Html Css Color HEX #BB6656 Sunglo

📋 copy color: '#BB6656'

red 187 ◦ green 102 ◦ blue 86

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

Shades of Sunglo #BB6656

Tints of Sunglo #BB6656

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.2%

 BLUE value IS 86 (33.98% from 255) = 22.93%

R = 49.87%
G = 27.2%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#BB6656 (or 0xBB6656) is known color: Sunglo. HEX triplet: BB, 66 and 56. RGB value is (187,102,86). Sum of RGB (Red+Green+Blue) = 187+102+86=375 (49% of max value = 765). Red value is 187 (73.44% from 255 or 49.87% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 86 (33.98% from 255 or 22.93% from 375); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6656 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6656 is #4499A9. Grayscale: #7D7D7D. Windows color (decimal): -4495786 or 5662395. OLE color: 5662395.

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

Color convert

RGB 187 102 86 -
CMYK 0 0.45 0.54 0.27
HSL 9.5º 0.43% 0.54% -
HSV(B) 9.5º 0.54% 0.73% -
XYZ 26.92 20.74 11.39 -
YUV 125.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 187 102 86 0 0.45 0.54 0.27 9.5 0.43 0.54
Hex BB 66 56 0 2D 36 1B A 2B 36
Octal 273 146 126 0 55 66 33 12 53 66
Binary 10111011 1100110 1010110 0 101101 110110 11011 1010 101011 110110

Color Harmonies of #BB6656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6656

Black with #BB6656

Text Example


Text Example

White with #BB6656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6656; }

 p { color: rgb(187,102,86); }

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

background-color css

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

 a { background-color: rgb(187,102,86); }

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

border-color css

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

 span { border-color: rgb(187,102,86); }

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