#BD6429

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

Shades of Christine #BD6429

Tints of Christine #BD6429

Color information

#BD6429 (or 0xBD6429) is unknown color: approx Christine. HEX triplet: BD, 64 and 29. RGB value is (189,100,41). Sum of RGB (Red+Green+Blue) = 189+100+41=330 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.27% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 41 (16.41% from 255 or 12.42% from 330); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6429 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6429 is #429BD6. Grayscale: #787878. Windows color (decimal): -4365271 or 2712765. OLE color: 2712765.

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

Color convert

RGB18910041-
CMYK00.470.780.26
HSL23.92º64.35%45.1%-
HSV(B)23.92º78.31%74.12%-
XYZ25.9420.094.61-
YUV119.8883.49177.3-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.27%
GREEN value IS 100 (39.45% from 255) = 30.30%
BLUE value IS 41 (16.41% from 255) = 12.42%
R=57.27%
G=30.30%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891004100.470.780.2623.9264.3545.1
HexBD642902F4E1A18402d
Octal27514451057116323010055
Binary1011110111001001010010101111100111011010110001000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6429; }

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

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

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

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

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

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

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

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