Html Css Color HEX #BB5950 Sunset

📋 copy color: '#BB5950'

red 187 ◦ green 89 ◦ blue 80

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

Shades of Sunset #BB5950

Tints of Sunset #BB5950

RGB

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

 GREEN value IS 89 (35.16% from 255) = 25%

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

R = 52.53%
G = 25%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB5950 (or 0xBB5950) is known color: Sunset. HEX triplet: BB, 59 and 50. RGB value is (187,89,80). Sum of RGB (Red+Green+Blue) = 187+89+80=356 (47% of max value = 765). Red value is 187 (73.44% from 255 or 52.53% from 356); Green value is 89 (35.16% from 255 or 25% from 356); Blue value is 80 (31.64% from 255 or 22.47% from 356); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5950 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5950 is #44A6AF. Grayscale: #757575. Windows color (decimal): -4499120 or 5265851. OLE color: 5265851.

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

Color convert

RGB 187 89 80 -
CMYK 0 0.52 0.57 0.27
HSL 5.05º 0.44% 0.52% -
HSV(B) 5.05º 0.57% 0.73% -
XYZ 25.51 18.29 9.77 -
YUV 117.28 106.97 177.73 -
System Red Green Blue C M Y K H S L
Decimal 187 89 80 0 0.52 0.57 0.27 5.05 0.44 0.52
Hex BB 59 50 0 34 39 1B 5 2C 34
Octal 273 131 120 0 64 71 33 5 54 64
Binary 10111011 1011001 1010000 0 110100 111001 11011 101 101100 110100

Color Harmonies of #BB5950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5950

Black with #BB5950

Text Example


Text Example

White with #BB5950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5950; }

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

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

background-color css

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

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

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

border-color css

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

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

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