Html Css Color HEX #BC6C59 Sunglo

📋 copy color: '#BC6C59'

red 188 ◦ green 108 ◦ blue 89

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

Shades of Sunglo #BC6C59

Tints of Sunglo #BC6C59

RGB

 RED value IS 188 (73.83% from 255) = 48.83%

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

 BLUE value IS 89 (35.16% from 255) = 23.12%

R = 48.83%
G = 28.05%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC6C59 (or 0xBC6C59) is known color: Sunglo. HEX triplet: BC, 6C and 59. RGB value is (188,108,89). Sum of RGB (Red+Green+Blue) = 188+108+89=385 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.83% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 89 (35.16% from 255 or 23.12% from 385); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6C59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6C59 is #4393A6. Grayscale: #818181. Windows color (decimal): -4428711 or 5860540. OLE color: 5860540.

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

Color convert

RGB 188 108 89 -
CMYK 0 0.43 0.53 0.26
HSL 11.52º 0.42% 0.54% -
HSV(B) 11.52º 0.53% 0.74% -
XYZ 27.9 22.14 12.25 -
YUV 129.75 105 169.54 -
System Red Green Blue C M Y K H S L
Decimal 188 108 89 0 0.43 0.53 0.26 11.52 0.42 0.54
Hex BC 6C 59 0 2B 35 1A C 2A 36
Octal 274 154 131 0 53 65 32 14 52 66
Binary 10111100 1101100 1011001 0 101011 110101 11010 1100 101010 110110

Color Harmonies of #BC6C59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6C59

Black with #BC6C59

Text Example


Text Example

White with #BC6C59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6C59; }

 p { color: rgb(188,108,89); }

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

background-color css

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

 a { background-color: rgb(188,108,89); }

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

border-color css

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

 span { border-color: rgb(188,108,89); }

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