Html Css Color HEX #BB5023 Red Stage

📋 copy color: '#BB5023'

red 187 ◦ green 80 ◦ blue 35

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

Shades of Red Stage #BB5023

Tints of Red Stage #BB5023

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 11.59%

R = 61.92%
G = 26.49%
B = 11.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#BB5023 (or 0xBB5023) is known color: Red Stage. HEX triplet: BB, 50 and 23. RGB value is (187,80,35). Sum of RGB (Red+Green+Blue) = 187+80+35=302 (40% of max value = 765). Red value is 187 (73.44% from 255 or 61.92% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 35 (14.06% from 255 or 11.59% from 302); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5023 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #BB5023 is #44AFDC. Grayscale: #6B6B6B. Windows color (decimal): -4501469 or 2314427. OLE color: 2314427.

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

Color convert

RGB 187 80 35 -
CMYK 0 0.57 0.81 0.27
HSL 17.76º 0.68% 0.44% -
HSV(B) 17.76º 0.81% 0.73% -
XYZ 23.67 16.42 3.51 -
YUV 106.86 87.45 185.16 -
System Red Green Blue C M Y K H S L
Decimal 187 80 35 0 0.57 0.81 0.27 17.76 0.68 0.44
Hex BB 50 23 0 39 51 1B 12 44 2C
Octal 273 120 43 0 71 121 33 22 104 54
Binary 10111011 1010000 100011 0 111001 1010001 11011 10010 1000100 101100

Color Harmonies of #BB5023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5023

Black with #BB5023

Text Example


Text Example

White with #BB5023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5023; }

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

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

background-color css

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

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

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

border-color css

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

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

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