Html Css Color HEX #BB5A20 Christine

📋 copy color: '#BB5A20'

red 187 ◦ green 90 ◦ blue 32

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

Shades of Christine #BB5A20

Tints of Christine #BB5A20

RGB

 RED value IS 187 (73.44% from 255) = 60.52%

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

 BLUE value IS 32 (12.89% from 255) = 10.36%

R = 60.52%
G = 29.13%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BB5A20 (or 0xBB5A20) is known color: Christine. HEX triplet: BB, 5A and 20. RGB value is (187,90,32). Sum of RGB (Red+Green+Blue) = 187+90+32=309 (40% of max value = 765). Red value is 187 (73.44% from 255 or 60.52% from 309); Green value is 90 (35.55% from 255 or 29.13% from 309); Blue value is 32 (12.89% from 255 or 10.36% from 309); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5A20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5A20 is #44A5DF. Grayscale: #707070. Windows color (decimal): -4498912 or 2120379. OLE color: 2120379.

HSL color Cylindrical-coordinate representation of color #BB5A20: hue angle of 22.45º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BB5A20 is Cyan = 0, Magento = 0.52, Yellow = 0.83 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 90 32 -
CMYK 0 0.52 0.83 0.27
HSL 22.45º 0.71% 0.43% -
HSV(B) 22.45º 0.83% 0.73% -
XYZ 24.41 17.98 3.55 -
YUV 112.39 82.64 181.22 -
System Red Green Blue C M Y K H S L
Decimal 187 90 32 0 0.52 0.83 0.27 22.45 0.71 0.43
Hex BB 5A 20 0 34 53 1B 16 47 2B
Octal 273 132 40 0 64 123 33 26 107 53
Binary 10111011 1011010 100000 0 110100 1010011 11011 10110 1000111 101011

Color Harmonies of #BB5A20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5A20

Black with #BB5A20

Text Example


Text Example

White with #BB5A20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5A20; }

 p { color: rgb(187,90,32); }

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

background-color css

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

 a { background-color: rgb(187,90,32); }

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

border-color css

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

 span { border-color: rgb(187,90,32); }

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