Html Css Color HEX #BB6059 Sunglo

📋 copy color: '#BB6059'

red 187 ◦ green 96 ◦ blue 89

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

Shades of Sunglo #BB6059

Tints of Sunglo #BB6059

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.81%

 BLUE value IS 89 (35.16% from 255) = 23.92%

R = 50.27%
G = 25.81%
B = 23.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.27

RGB Variations

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

Color information

#BB6059 (or 0xBB6059) is known color: Sunglo. HEX triplet: BB, 60 and 59. RGB value is (187,96,89). Sum of RGB (Red+Green+Blue) = 187+96+89=372 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.27% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 89 (35.16% from 255 or 23.92% from 372); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6059 is #449FA6. Grayscale: #7A7A7A. Windows color (decimal): -4497319 or 5857467. OLE color: 5857467.

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

Color convert

RGB 187 96 89 -
CMYK 0 0.49 0.52 0.27
HSL 4.29º 0.42% 0.54% -
HSV(B) 4.29º 0.52% 0.73% -
XYZ 26.48 19.65 11.85 -
YUV 122.41 109.15 174.07 -
System Red Green Blue C M Y K H S L
Decimal 187 96 89 0 0.49 0.52 0.27 4.29 0.42 0.54
Hex BB 60 59 0 31 34 1B 4 2A 36
Octal 273 140 131 0 61 64 33 4 52 66
Binary 10111011 1100000 1011001 0 110001 110100 11011 100 101010 110110

Color Harmonies of #BB6059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6059

Black with #BB6059

Text Example


Text Example

White with #BB6059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6059; }

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

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

background-color css

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

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

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

border-color css

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

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

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