Html Css Color HEX #BB6A58 Sunglo

📋 copy color: '#BB6A58'

red 187 ◦ green 106 ◦ blue 88

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

Shades of Sunglo #BB6A58

Tints of Sunglo #BB6A58

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.82%

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

R = 49.08%
G = 27.82%
B = 23.1%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB6A58 (or 0xBB6A58) is known color: Sunglo. HEX triplet: BB, 6A and 58. RGB value is (187,106,88). Sum of RGB (Red+Green+Blue) = 187+106+88=381 (50% of max value = 765). Red value is 187 (73.44% from 255 or 49.08% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 88 (34.77% from 255 or 23.10% from 381); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6A58 is #4495A7. Grayscale: #808080. Windows color (decimal): -4494760 or 5794491. OLE color: 5794491.

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

Color convert

RGB 187 106 88 -
CMYK 0 0.43 0.53 0.27
HSL 10.91º 0.42% 0.54% -
HSV(B) 10.91º 0.53% 0.73% -
XYZ 27.41 21.58 11.95 -
YUV 128.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 187 106 88 0 0.43 0.53 0.27 10.91 0.42 0.54
Hex BB 6A 58 0 2B 35 1B B 2A 36
Octal 273 152 130 0 53 65 33 13 52 66
Binary 10111011 1101010 1011000 0 101011 110101 11011 1011 101010 110110

Color Harmonies of #BB6A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6A58

Black with #BB6A58

Text Example


Text Example

White with #BB6A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6A58; }

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

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

background-color css

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

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

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

border-color css

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

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

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