#BD6428

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

Shades of Christine #BD6428

Tints of Christine #BD6428

Color information

#BD6428 (or 0xBD6428) is unknown color: approx Christine. HEX triplet: BD, 64 and 28. RGB value is (189,100,40). Sum of RGB (Red+Green+Blue) = 189+100+40=329 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.45% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6428 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6428 is #429BD7. Grayscale: #787878. Windows color (decimal): -4365272 or 2647229. OLE color: 2647229.

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

Color convert

RGB18910040-
CMYK00.470.790.26
HSL24.16º65.07%44.9%-
HSV(B)24.16º78.84%74.12%-
XYZ25.9320.094.52-
YUV119.7782.99177.38-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.45%
GREEN value IS 100 (39.45% from 255) = 30.40%
BLUE value IS 40 (16.02% from 255) = 12.16%
R=57.45%
G=30.40%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891004000.470.790.2624.1665.0744.9
HexBD642802F4F1A18412d
Octal27514450057117323010155
Binary1011110111001001010000101111100111111010110001000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6428; }

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

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

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

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

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

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

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

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