Html Css Color HEX #BB5022 Red Stage

📋 copy color: '#BB5022'

red 187 ◦ green 80 ◦ blue 34

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

Shades of Red Stage #BB5022

Tints of Red Stage #BB5022

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.58%

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

R = 62.13%
G = 26.58%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BB5022 (or 0xBB5022) is known color: Red Stage. HEX triplet: BB, 50 and 22. RGB value is (187,80,34). Sum of RGB (Red+Green+Blue) = 187+80+34=301 (39% of max value = 765). Red value is 187 (73.44% from 255 or 62.13% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 34 (13.67% from 255 or 11.30% from 301); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5022 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5022 is #44AFDD. Grayscale: #6B6B6B. Windows color (decimal): -4501470 or 2248891. OLE color: 2248891.

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

Color convert

RGB 187 80 34 -
CMYK 0 0.57 0.82 0.27
HSL 18.04º 0.69% 0.43% -
HSV(B) 18.04º 0.82% 0.73% -
XYZ 23.65 16.42 3.44 -
YUV 106.75 86.95 185.24 -
System Red Green Blue C M Y K H S L
Decimal 187 80 34 0 0.57 0.82 0.27 18.04 0.69 0.43
Hex BB 50 22 0 39 52 1B 12 45 2B
Octal 273 120 42 0 71 122 33 22 105 53
Binary 10111011 1010000 100010 0 111001 1010010 11011 10010 1000101 101011

Color Harmonies of #BB5022

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5022

Black with #BB5022

Text Example


Text Example

White with #BB5022

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5022; }

 p { color: rgb(187,80,34); }

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

background-color css

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

 a { background-color: rgb(187,80,34); }

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

border-color css

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

 span { border-color: rgb(187,80,34); }

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