Html Css Color HEX #BB5250 Sunset

📋 copy color: '#BB5250'

red 187 ◦ green 82 ◦ blue 80

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

Shades of Sunset #BB5250

Tints of Sunset #BB5250

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.5%

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

R = 53.58%
G = 23.5%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#BB5250 (or 0xBB5250) is known color: Sunset. HEX triplet: BB, 52 and 50. RGB value is (187,82,80). Sum of RGB (Red+Green+Blue) = 187+82+80=349 (46% of max value = 765). Red value is 187 (73.44% from 255 or 53.58% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 80 (31.64% from 255 or 22.92% from 349); Max value from RGB is 187 - color contains mainly: red. Hex color #BB5250 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB5250 is #44ADAF. Grayscale: #717171. Windows color (decimal): -4500912 or 5264059. OLE color: 5264059.

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

Color convert

RGB 187 82 80 -
CMYK 0 0.56 0.57 0.27
HSL 1.12º 0.44% 0.52% -
HSV(B) 1.12º 0.57% 0.73% -
XYZ 24.96 17.18 9.59 -
YUV 113.17 109.29 180.66 -
System Red Green Blue C M Y K H S L
Decimal 187 82 80 0 0.56 0.57 0.27 1.12 0.44 0.52
Hex BB 52 50 0 38 39 1B 1 2C 34
Octal 273 122 120 0 70 71 33 1 54 64
Binary 10111011 1010010 1010000 0 111000 111001 11011 1 101100 110100

Color Harmonies of #BB5250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB5250

Black with #BB5250

Text Example


Text Example

White with #BB5250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB5250; }

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

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

background-color css

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

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

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

border-color css

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

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

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