Html Css Color HEX #BB6055 Sunglo

📋 copy color: '#BB6055'

red 187 ◦ green 96 ◦ blue 85

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

Shades of Sunglo #BB6055

Tints of Sunglo #BB6055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 23.1%

R = 50.82%
G = 26.09%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#BB6055 (or 0xBB6055) is known color: Sunglo. HEX triplet: BB, 60 and 55. RGB value is (187,96,85). Sum of RGB (Red+Green+Blue) = 187+96+85=368 (48% of max value = 765). Red value is 187 (73.44% from 255 or 50.82% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 85 (33.59% from 255 or 23.10% from 368); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6055 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6055 is #449FAA. Grayscale: #7A7A7A. Windows color (decimal): -4497323 or 5595323. OLE color: 5595323.

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

Color convert

RGB 187 96 85 -
CMYK 0 0.49 0.55 0.27
HSL 6.47º 0.43% 0.53% -
HSV(B) 6.47º 0.55% 0.73% -
XYZ 26.32 19.59 10.99 -
YUV 121.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 187 96 85 0 0.49 0.55 0.27 6.47 0.43 0.53
Hex BB 60 55 0 31 37 1B 6 2B 35
Octal 273 140 125 0 61 67 33 6 53 65
Binary 10111011 1100000 1010101 0 110001 110111 11011 110 101011 110101

Color Harmonies of #BB6055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6055

Black with #BB6055

Text Example


Text Example

White with #BB6055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6055; }

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

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

background-color css

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

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

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

border-color css

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

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

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