Html Css Color HEX #BC6559 Sunglo

📋 copy color: '#BC6559'

red 188 ◦ green 101 ◦ blue 89

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

Shades of Sunglo #BC6559

Tints of Sunglo #BC6559

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.72%

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

R = 49.74%
G = 26.72%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#BC6559 (or 0xBC6559) is known color: Sunglo. HEX triplet: BC, 65 and 59. RGB value is (188,101,89). Sum of RGB (Red+Green+Blue) = 188+101+89=378 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.74% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 89 (35.16% from 255 or 23.54% from 378); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6559 is #439AA6. Grayscale: #7D7D7D. Windows color (decimal): -4430503 or 5858748. OLE color: 5858748.

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

Color convert

RGB 188 101 89 -
CMYK 0 0.46 0.53 0.26
HSL 7.27º 0.42% 0.54% -
HSV(B) 7.27º 0.53% 0.74% -
XYZ 27.2 20.72 12.02 -
YUV 125.65 107.32 172.48 -
System Red Green Blue C M Y K H S L
Decimal 188 101 89 0 0.46 0.53 0.26 7.27 0.42 0.54
Hex BC 65 59 0 2E 35 1A 7 2A 36
Octal 274 145 131 0 56 65 32 7 52 66
Binary 10111100 1100101 1011001 0 101110 110101 11010 111 101010 110110

Color Harmonies of #BC6559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6559

Black with #BC6559

Text Example


Text Example

White with #BC6559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6559; }

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

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

background-color css

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

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

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

border-color css

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

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

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