Html Css Color HEX #BC6A59 Sunglo

📋 copy color: '#BC6A59'

red 188 ◦ green 106 ◦ blue 89

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

Shades of Sunglo #BC6A59

Tints of Sunglo #BC6A59

RGB

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

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

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

R = 49.09%
G = 27.68%
B = 23.24%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC6A59 (or 0xBC6A59) is known color: Sunglo. HEX triplet: BC, 6A and 59. RGB value is (188,106,89). Sum of RGB (Red+Green+Blue) = 188+106+89=383 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.09% from 383); Green value is 106 (41.80% from 255 or 27.68% from 383); Blue value is 89 (35.16% from 255 or 23.24% from 383); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A59 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A59 is #4395A6. Grayscale: #808080. Windows color (decimal): -4429223 or 5860028. OLE color: 5860028.

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

Color convert

RGB 188 106 89 -
CMYK 0 0.44 0.53 0.26
HSL 10.3º 0.42% 0.54% -
HSV(B) 10.3º 0.53% 0.74% -
XYZ 27.7 21.72 12.18 -
YUV 128.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 188 106 89 0 0.44 0.53 0.26 10.3 0.42 0.54
Hex BC 6A 59 0 2C 35 1A A 2A 36
Octal 274 152 131 0 54 65 32 12 52 66
Binary 10111100 1101010 1011001 0 101100 110101 11010 1010 101010 110110

Color Harmonies of #BC6A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6A59

Black with #BC6A59

Text Example


Text Example

White with #BC6A59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6A59; }

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

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

background-color css

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

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

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

border-color css

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

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

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