Html Css Color HEX #BC6759 Sunglo

📋 copy color: '#BC6759'

red 188 ◦ green 103 ◦ blue 89

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

Shades of Sunglo #BC6759

Tints of Sunglo #BC6759

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.11%

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

R = 49.47%
G = 27.11%
B = 23.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC6759 (or 0xBC6759) is known color: Sunglo. HEX triplet: BC, 67 and 59. RGB value is (188,103,89). Sum of RGB (Red+Green+Blue) = 188+103+89=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 103 (40.62% from 255 or 27.11% from 380); Blue value is 89 (35.16% from 255 or 23.42% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6759 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6759 is #4398A6. Grayscale: #7E7E7E. Windows color (decimal): -4429991 or 5859260. OLE color: 5859260.

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

Color convert

RGB 188 103 89 -
CMYK 0 0.45 0.53 0.26
HSL 8.48º 0.42% 0.54% -
HSV(B) 8.48º 0.53% 0.74% -
XYZ 27.39 21.11 12.08 -
YUV 126.82 106.66 171.64 -
System Red Green Blue C M Y K H S L
Decimal 188 103 89 0 0.45 0.53 0.26 8.48 0.42 0.54
Hex BC 67 59 0 2D 35 1A 8 2A 36
Octal 274 147 131 0 55 65 32 10 52 66
Binary 10111100 1100111 1011001 0 101101 110101 11010 1000 101010 110110

Color Harmonies of #BC6759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6759

Black with #BC6759

Text Example


Text Example

White with #BC6759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6759; }

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

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

background-color css

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

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

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

border-color css

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

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

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