Html Css Color HEX #BB6058 Sunglo

📋 copy color: '#BB6058'

red 187 ◦ green 96 ◦ blue 88

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

Shades of Sunglo #BB6058

Tints of Sunglo #BB6058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 23.72%

R = 50.4%
G = 25.88%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB6058 (or 0xBB6058) is known color: Sunglo. HEX triplet: BB, 60 and 58. RGB value is (187,96,88). Sum of RGB (Red+Green+Blue) = 187+96+88=371 (49% of max value = 765). Red value is 187 (73.44% from 255 or 50.40% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6058 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6058 is #449FA7. Grayscale: #7A7A7A. Windows color (decimal): -4497320 or 5791931. OLE color: 5791931.

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

Color convert

RGB 187 96 88 -
CMYK 0 0.49 0.53 0.27
HSL 4.85º 0.42% 0.54% -
HSV(B) 4.85º 0.53% 0.73% -
XYZ 26.44 19.64 11.63 -
YUV 122.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 187 96 88 0 0.49 0.53 0.27 4.85 0.42 0.54
Hex BB 60 58 0 31 35 1B 5 2A 36
Octal 273 140 130 0 61 65 33 5 52 66
Binary 10111011 1100000 1011000 0 110001 110101 11011 101 101010 110110

Color Harmonies of #BB6058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6058

Black with #BB6058

Text Example


Text Example

White with #BB6058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6058; }

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

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

background-color css

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

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

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

border-color css

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

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

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