Html Css Color HEX #BB5550 Sunset

📋 copy color: '#BB5550'

red 187 ◦ green 85 ◦ blue 80

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

Shades of Sunset #BB5550

Tints of Sunset #BB5550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 24.15%

 BLUE value IS 80 (31.64% from 255) = 22.73%

R = 53.13%
G = 24.15%
B = 22.73%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB5550 (or 0xBB5550) is known color: Sunset. HEX triplet: BB, 55 and 50. RGB value is (187,85,80). Sum of RGB (Red+Green+Blue) = 187+85+80=352 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.12% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 80 (31.64% from 255 or 22.73% from 352); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5550 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5550 is #44AAAF. Grayscale: #737373. Windows color (decimal): -4500144 or 5264827. OLE color: 5264827.

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

Color convert

RGB 187 85 80 -
CMYK 0 0.55 0.57 0.27
HSL 2.8º 0.44% 0.52% -
HSV(B) 2.8º 0.57% 0.73% -
XYZ 25.19 17.64 9.67 -
YUV 114.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 187 85 80 0 0.55 0.57 0.27 2.8 0.44 0.52
Hex BB 55 50 0 37 39 1B 3 2C 34
Octal 273 125 120 0 67 71 33 3 54 64
Binary 10111011 1010101 1010000 0 110111 111001 11011 11 101100 110100

Color Harmonies of #BB5550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5550

Black with #BB5550

Text Example


Text Example

White with #BB5550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5550; }

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

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

background-color css

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

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

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

border-color css

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

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

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