#BD6633

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

Shades of Christine #BD6633

Tints of Christine #BD6633

Color information

#BD6633 (or 0xBD6633) is unknown color: approx Christine. HEX triplet: BD, 66 and 33. RGB value is (189,102,51). Sum of RGB (Red+Green+Blue) = 189+102+51=342 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.26% from 342); Green value is 102 (40.23% from 255 or 29.82% from 342); Blue value is 51 (20.31% from 255 or 14.91% from 342); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6633 is #4299CC. Grayscale: #7A7A7A. Windows color (decimal): -4364749 or 3368637. OLE color: 3368637.

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

Color convert

RGB18910251-
CMYK00.460.730.26
HSL22.17º57.5%47.06%-
HSV(B)22.17º73.02%74.12%-
XYZ26.3420.565.71-
YUV122.287.82175.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.26%
GREEN value IS 102 (40.23% from 255) = 29.82%
BLUE value IS 51 (20.31% from 255) = 14.91%
R=55.26%
G=29.82%
B=14.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.73
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891025100.460.730.2622.1757.547.06
HexBD663302E491A163a2f
Octal2751466305611132267257
Binary101111011100110110011010111010010011101010110111010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6633; }

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

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

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

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

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

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

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

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