#BD662D

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

Shades of Christine #BD662D

Tints of Christine #BD662D

Color information

#BD662D (or 0xBD662D) is unknown color: approx Christine. HEX triplet: BD, 66 and 2D. RGB value is (189,102,45). Sum of RGB (Red+Green+Blue) = 189+102+45=336 (44% of max value = 765). Red value is 189 (74.22% from 255 or 56.25% from 336); Green value is 102 (40.23% from 255 or 30.36% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 189 - color contains mainly: red. Hex color #BD662D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD662D is #4299D2. Grayscale: #797979. Windows color (decimal): -4364755 or 2975421. OLE color: 2975421.

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

Color convert

RGB18910245-
CMYK00.460.760.26
HSL23.75º61.54%45.88%-
HSV(B)23.75º76.19%74.12%-
XYZ26.2120.515.06-
YUV121.5184.82176.13-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 56.25%
GREEN value IS 102 (40.23% from 255) = 30.36%
BLUE value IS 45 (17.97% from 255) = 13.39%
R=56.25%
G=30.36%
B=13.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891024500.460.760.2623.7561.5445.88
HexBD662D02E4C1A183e2e
Octal2751465505611432307656
Binary101111011100110101101010111010011001101011000111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD662D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD662D; }

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

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

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

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

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

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

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

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