#BD6630

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

Shades of Christine #BD6630

Tints of Christine #BD6630

Color information

#BD6630 (or 0xBD6630) is unknown color: approx Christine. HEX triplet: BD, 66 and 30. RGB value is (189,102,48). Sum of RGB (Red+Green+Blue) = 189+102+48=339 (44% of max value = 765). Red value is 189 (74.22% from 255 or 55.75% from 339); Green value is 102 (40.23% from 255 or 30.09% from 339); Blue value is 48 (19.14% from 255 or 14.16% from 339); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6630 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6630 is #4299CF. Grayscale: #7A7A7A. Windows color (decimal): -4364752 or 3172029. OLE color: 3172029.

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

Color convert

RGB18910248-
CMYK00.460.750.26
HSL22.98º59.49%46.47%-
HSV(B)22.98º74.6%74.12%-
XYZ26.2720.535.38-
YUV121.8686.32175.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.75%
GREEN value IS 102 (40.23% from 255) = 30.09%
BLUE value IS 48 (19.14% from 255) = 14.16%
R=55.75%
G=30.09%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891024800.460.750.2622.9859.4946.47
HexBD663002E4B1A173b2e
Octal2751466005611332277356
Binary101111011100110110000010111010010111101010111111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6630; }

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

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

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

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

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

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

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

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