#BD6821

Color #BD6821 Christine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Christine #BD6821

Tints of Christine #BD6821

Color information

#BD6821 (or 0xBD6821) is unknown color: approx Christine. HEX triplet: BD, 68 and 21. RGB value is (189,104,33). Sum of RGB (Red+Green+Blue) = 189+104+33=326 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.98% from 326); Green value is 104 (41.02% from 255 or 31.90% from 326); Blue value is 33 (13.28% from 255 or 10.12% from 326); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6821 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6821 is #4297DE. Grayscale: #797979. Windows color (decimal): -4364255 or 2189501. OLE color: 2189501.

HSL color Cylindrical-coordinate representation of color #BD6821: hue angle of 27.31º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BD6821 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.26.

Color convert

RGB18910433-
CMYK00.450.830.26
HSL27.31º70.27%43.53%-
HSV(B)27.31º82.54%74.12%-
XYZ26.2120.834.08-
YUV121.3278.16176.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 189 (74.22% from 255) = 57.98%
GREEN value IS 104 (41.02% from 255) = 31.90%
BLUE value IS 33 (13.28% from 255) = 10.12%
R=57.98%
G=31.90%
B=10.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891043300.450.830.2627.3170.2743.53
HexBD682102D531A1b462c
Octal27515041055123323310654
Binary1011110111010001000010101101101001111010110111000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6821

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6821; }

 p { color: rgb(189,104,33); }

 H1.HeaderClassName
 {
   color: #BD6821;
 }
 .AnyTagClassName
 {
   color: #BD6821;
 }
</style>
background-color css

<style>
 a { background-color: #BD6821; }

 a { background-color: rgb(189,104,33); }

 div.DivClassName
 {
   background-color: #BD6821;
 }
 .BgClassName
 {
   background-color: #BD6821;
 }
</style>
border-color css

<style>
 span { border-color: #BD6821; }

 span { border-color: rgb(189,104,33); }

 td.TdClassName
 {
   border-color: #BD6821;
 }
 .TagClassName
 {
   border-color: #BD6821;
 }
</style>