#BD591F

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

Shades of Christine #BD591F

Tints of Christine #BD591F

Color information

#BD591F (or 0xBD591F) is unknown color: approx Christine. HEX triplet: BD, 59 and 1F. RGB value is (189,89,31). Sum of RGB (Red+Green+Blue) = 189+89+31=309 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.17% from 309); Green value is 89 (35.16% from 255 or 28.80% from 309); Blue value is 31 (12.5% from 255 or 10.03% from 309); Max value from RGB is 189 - color contains mainly: red. Hex color #BD591F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD591F is #42A6E0. Grayscale: #707070. Windows color (decimal): -4368097 or 2054589. OLE color: 2054589.

HSL color Cylindrical-coordinate representation of color #BD591F: hue angle of 22.03º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #BD591F is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB1898931-
CMYK00.530.840.26
HSL22.03º71.82%43.14%-
HSV(B)22.03º83.6%74.12%-
XYZ24.8118.063.48-
YUV112.2982.13182.72-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 61.17%
GREEN value IS 89 (35.16% from 255) = 28.80%
BLUE value IS 31 (12.5% from 255) = 10.03%
R=61.17%
G=28.80%
B=10.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal189893100.530.840.2622.0371.8243.14
HexBD591F035541A16482b
Octal27513137065124322611053
Binary101111011011001111110110101101010011010101101001000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BD591F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BD591F; }

 p { color: rgb(189,89,31); }

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

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

 a { background-color: rgb(189,89,31); }

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

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

 span { border-color: rgb(189,89,31); }

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