Html Css Color HEX #BD591E Christine

📋 copy color: '#BD591E'

red 189 ◦ green 89 ◦ blue 30

#BD591E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Christine #BD591E

Tints of Christine #BD591E

RGB

 RED value IS 189 (74.22% from 255) = 61.36%

 GREEN value IS 89 (35.16% from 255) = 28.9%

 BLUE value IS 30 (12.11% from 255) = 9.74%

R = 61.36%
G = 28.9%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.84

 K value IS 0.26

RGB Variations

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

Color information

#BD591E (or 0xBD591E) is known color: Christine. HEX triplet: BD, 59 and 1E. RGB value is (189,89,30). Sum of RGB (Red+Green+Blue) = 189+89+30=308 (40% of max value = 765). Red value is 189 (74.22% from 255 or 61.36% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 189 - color contains mainly: red. Hex color #BD591E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD591E is #42A6E1. Grayscale: #707070. Windows color (decimal): -4368098 or 1989053. OLE color: 1989053.

HSL color Cylindrical-coordinate representation of color #BD591E: hue angle of 22.26º degrees, saturation: 0.73, 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 #BD591E is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 89 30 -
CMYK 0 0.53 0.84 0.26
HSL 22.26º 0.73% 0.43% -
HSV(B) 22.26º 0.84% 0.74% -
XYZ 24.79 18.06 3.41 -
YUV 112.17 81.63 182.8 -
System Red Green Blue C M Y K H S L
Decimal 189 89 30 0 0.53 0.84 0.26 22.26 0.73 0.43
Hex BD 59 1E 0 35 54 1A 16 49 2B
Octal 275 131 36 0 65 124 32 26 111 53
Binary 10111101 1011001 11110 0 110101 1010100 11010 10110 1001001 101011

Color Harmonies of #BD591E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD591E

Black with #BD591E

Text Example


Text Example

White with #BD591E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD591E; }

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

 H1.HeaderClassName
 {
   color: #BD591E;
 }
 .AnyTagClassName
 {
   color: #BD591E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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