Html Css Color HEX #BC6B57 Sunglo

📋 copy color: '#BC6B57'

red 188 ◦ green 107 ◦ blue 87

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

Shades of Sunglo #BC6B57

Tints of Sunglo #BC6B57

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.01%

 BLUE value IS 87 (34.38% from 255) = 22.77%

R = 49.21%
G = 28.01%
B = 22.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC6B57 (or 0xBC6B57) is known color: Sunglo. HEX triplet: BC, 6B and 57. RGB value is (188,107,87). Sum of RGB (Red+Green+Blue) = 188+107+87=382 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.21% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 87 (34.38% from 255 or 22.77% from 382); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B57 is #4394A8. Grayscale: #818181. Windows color (decimal): -4428969 or 5729212. OLE color: 5729212.

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

Color convert

RGB 188 107 87 -
CMYK 0 0.43 0.54 0.26
HSL 11.88º 0.43% 0.54% -
HSV(B) 11.88º 0.54% 0.74% -
XYZ 27.72 21.89 11.78 -
YUV 128.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 188 107 87 0 0.43 0.54 0.26 11.88 0.43 0.54
Hex BC 6B 57 0 2B 36 1A C 2B 36
Octal 274 153 127 0 53 66 32 14 53 66
Binary 10111100 1101011 1010111 0 101011 110110 11010 1100 101011 110110

Color Harmonies of #BC6B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6B57

Black with #BC6B57

Text Example


Text Example

White with #BC6B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6B57; }

 p { color: rgb(188,107,87); }

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

background-color css

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

 a { background-color: rgb(188,107,87); }

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

border-color css

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

 span { border-color: rgb(188,107,87); }

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