Html Css Color HEX #BD5B22 Christine

📋 copy color: '#BD5B22'

red 189 ◦ green 91 ◦ blue 34

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

Shades of Christine #BD5B22

Tints of Christine #BD5B22

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.98%

 BLUE value IS 34 (13.67% from 255) = 10.83%

R = 60.19%
G = 28.98%
B = 10.83%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.82

 K value IS 0.26

RGB Variations

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

Color information

#BD5B22 (or 0xBD5B22) is known color: Christine. HEX triplet: BD, 5B and 22. RGB value is (189,91,34). Sum of RGB (Red+Green+Blue) = 189+91+34=314 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.19% from 314); Green value is 91 (35.94% from 255 or 28.98% from 314); Blue value is 34 (13.67% from 255 or 10.83% from 314); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5B22 is #42A4DD. Grayscale: #727272. Windows color (decimal): -4367582 or 2251709. OLE color: 2251709.

HSL color Cylindrical-coordinate representation of color #BD5B22: hue angle of 22.06º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BD5B22 is Cyan = 0, Magento = 0.52, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 91 34 -
CMYK 0 0.52 0.82 0.26
HSL 22.06º 0.7% 0.44% -
HSV(B) 22.06º 0.82% 0.74% -
XYZ 25.02 18.42 3.75 -
YUV 113.8 82.97 181.63 -
System Red Green Blue C M Y K H S L
Decimal 189 91 34 0 0.52 0.82 0.26 22.06 0.7 0.44
Hex BD 5B 22 0 34 52 1A 16 46 2C
Octal 275 133 42 0 64 122 32 26 106 54
Binary 10111101 1011011 100010 0 110100 1010010 11010 10110 1000110 101100

Color Harmonies of #BD5B22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5B22

Black with #BD5B22

Text Example


Text Example

White with #BD5B22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5B22; }

 p { color: rgb(189,91,34); }

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

background-color css

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

 a { background-color: rgb(189,91,34); }

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

border-color css

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

 span { border-color: rgb(189,91,34); }

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