#BD6422

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

Shades of Christine #BD6422

Tints of Christine #BD6422

Color information

#BD6422 (or 0xBD6422) is unknown color: approx Christine. HEX triplet: BD, 64 and 22. RGB value is (189,100,34). Sum of RGB (Red+Green+Blue) = 189+100+34=323 (42% of max value = 765). Red value is 189 (74.22% from 255 or 58.51% from 323); Green value is 100 (39.45% from 255 or 30.96% from 323); Blue value is 34 (13.67% from 255 or 10.53% from 323); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6422 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6422 is #429BDD. Grayscale: #777777. Windows color (decimal): -4365278 or 2254013. OLE color: 2254013.

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

Color convert

RGB18910034-
CMYK00.470.820.26
HSL25.55º69.51%43.73%-
HSV(B)25.55º82.01%74.12%-
XYZ25.8320.054.02-
YUV119.0979.99177.87-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 58.51%
GREEN value IS 100 (39.45% from 255) = 30.96%
BLUE value IS 34 (13.67% from 255) = 10.53%
R=58.51%
G=30.96%
B=10.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891003400.470.820.2625.5569.5143.73
HexBD642202F521A1a462c
Octal27514442057122323210654
Binary1011110111001001000100101111101001011010110101000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6422

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6422; }

 p { color: rgb(189,100,34); }

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

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

 a { background-color: rgb(189,100,34); }

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

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

 span { border-color: rgb(189,100,34); }

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