Html Css Color HEX #BB6C58 Sunglo

📋 copy color: '#BB6C58'

red 187 ◦ green 108 ◦ blue 88

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

Shades of Sunglo #BB6C58

Tints of Sunglo #BB6C58

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.2%

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

R = 48.83%
G = 28.2%
B = 22.98%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#BB6C58 (or 0xBB6C58) is known color: Sunglo. HEX triplet: BB, 6C and 58. RGB value is (187,108,88). Sum of RGB (Red+Green+Blue) = 187+108+88=383 (50% of max value = 765). Red value is 187 (73.44% from 255 or 48.83% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 88 (34.77% from 255 or 22.98% from 383); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6C58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BB6C58 is #4493A7. Grayscale: #818181. Windows color (decimal): -4494248 or 5795003. OLE color: 5795003.

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

Color convert

RGB 187 108 88 -
CMYK 0 0.42 0.53 0.27
HSL 12.12º 0.42% 0.54% -
HSV(B) 12.12º 0.53% 0.73% -
XYZ 27.62 21.99 12.02 -
YUV 129.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 187 108 88 0 0.42 0.53 0.27 12.12 0.42 0.54
Hex BB 6C 58 0 2A 35 1B C 2A 36
Octal 273 154 130 0 52 65 33 14 52 66
Binary 10111011 1101100 1011000 0 101010 110101 11011 1100 101010 110110

Color Harmonies of #BB6C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6C58

Black with #BB6C58

Text Example


Text Example

White with #BB6C58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6C58; }

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

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

background-color css

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

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

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

border-color css

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

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

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