#BD6830

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

Shades of Christine #BD6830

Tints of Christine #BD6830

Color information

#BD6830 (or 0xBD6830) is unknown color: approx Christine. HEX triplet: BD, 68 and 30. RGB value is (189,104,48). Sum of RGB (Red+Green+Blue) = 189+104+48=341 (45% of max value = 765). Red value is 189 (74.22% from 255 or 55.43% from 341); Green value is 104 (41.02% from 255 or 30.50% from 341); Blue value is 48 (19.14% from 255 or 14.08% from 341); Max value from RGB is 189 - color contains mainly: red. Hex color #BD6830 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD6830 is #4297CF. Grayscale: #7B7B7B. Windows color (decimal): -4364240 or 3172541. OLE color: 3172541.

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

Color convert

RGB18910448-
CMYK00.450.750.26
HSL23.83º59.49%46.47%-
HSV(B)23.83º74.6%74.12%-
XYZ26.4720.935.44-
YUV123.0385.66175.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 55.43%
GREEN value IS 104 (41.02% from 255) = 30.50%
BLUE value IS 48 (19.14% from 255) = 14.08%
R=55.43%
G=30.50%
B=14.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891044800.450.750.2623.8359.4946.47
HexBD683002D4B1A183b2e
Octal2751506005511332307356
Binary101111011101000110000010110110010111101011000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD6830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD6830; }

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

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

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

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

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

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

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

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