Html Css Color HEX #BD5A22 Christine

📋 copy color: '#BD5A22'

red 189 ◦ green 90 ◦ blue 34

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

Shades of Christine #BD5A22

Tints of Christine #BD5A22

RGB

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

 GREEN value IS 90 (35.55% from 255) = 28.75%

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

R = 60.38%
G = 28.75%
B = 10.86%

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

#BD5A22 (or 0xBD5A22) is known color: Christine. HEX triplet: BD, 5A and 22. RGB value is (189,90,34). Sum of RGB (Red+Green+Blue) = 189+90+34=313 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.38% from 313); Green value is 90 (35.55% from 255 or 28.75% from 313); Blue value is 34 (13.67% from 255 or 10.86% from 313); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BD5A22 is #42A5DD. Grayscale: #717171. Windows color (decimal): -4367838 or 2251453. OLE color: 2251453.

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

Color convert

RGB 189 90 34 -
CMYK 0 0.52 0.82 0.26
HSL 21.68º 0.7% 0.44% -
HSV(B) 21.68º 0.82% 0.74% -
XYZ 24.93 18.25 3.72 -
YUV 113.22 83.3 182.05 -
System Red Green Blue C M Y K H S L
Decimal 189 90 34 0 0.52 0.82 0.26 21.68 0.7 0.44
Hex BD 5A 22 0 34 52 1A 16 46 2C
Octal 275 132 42 0 64 122 32 26 106 54
Binary 10111101 1011010 100010 0 110100 1010010 11010 10110 1000110 101100

Color Harmonies of #BD5A22

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A22

Black with #BD5A22

Text Example


Text Example

White with #BD5A22

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A22; }

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

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

background-color css

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

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

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

border-color css

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

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

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