#BD6628

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

Shades of Christine #BD6628

Tints of Christine #BD6628

Color information

#BD6628 (or 0xBD6628) is unknown color: approx Christine. HEX triplet: BD, 66 and 28. RGB value is (189,102,40). Sum of RGB (Red+Green+Blue) = 189+102+40=331 (43% of max value = 765). Red value is 189 (74.22% from 255 or 57.10% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6628 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6628 is #4299D7. Grayscale: #797979. Windows color (decimal): -4364760 or 2647741. OLE color: 2647741.

HSL color Cylindrical-coordinate representation of color #BD6628: hue angle of 24.97º 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 #BD6628 is Cyan = 0, Magento = 0.46, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18910240-
CMYK00.460.790.26
HSL24.97º65.07%44.9%-
HSV(B)24.97º78.84%74.12%-
XYZ26.1220.474.58-
YUV120.9482.32176.54-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 57.10%
GREEN value IS 102 (40.23% from 255) = 30.82%
BLUE value IS 40 (16.02% from 255) = 12.08%
R=57.10%
G=30.82%
B=12.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891024000.460.790.2624.9765.0744.9
HexBD662802E4F1A19412d
Octal27514650056117323110155
Binary1011110111001101010000101110100111111010110011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6628

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6628; }

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

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

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

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

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

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

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

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