Html Css Color HEX #BC6957 Sunglo

📋 copy color: '#BC6957'

red 188 ◦ green 105 ◦ blue 87

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

Shades of Sunglo #BC6957

Tints of Sunglo #BC6957

RGB

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

 GREEN value IS 105 (41.41% from 255) = 27.63%

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

R = 49.47%
G = 27.63%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.54

 K value IS 0.26

RGB Variations

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

Color information

#BC6957 (or 0xBC6957) is known color: Sunglo. HEX triplet: BC, 69 and 57. RGB value is (188,105,87). Sum of RGB (Red+Green+Blue) = 188+105+87=380 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.47% from 380); Green value is 105 (41.41% from 255 or 27.63% from 380); Blue value is 87 (34.38% from 255 or 22.89% from 380); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6957 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6957 is #4396A8. Grayscale: #7F7F7F. Windows color (decimal): -4429481 or 5728700. OLE color: 5728700.

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

Color convert

RGB 188 105 87 -
CMYK 0 0.44 0.54 0.26
HSL 10.69º 0.43% 0.54% -
HSV(B) 10.69º 0.54% 0.74% -
XYZ 27.51 21.48 11.71 -
YUV 127.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 188 105 87 0 0.44 0.54 0.26 10.69 0.43 0.54
Hex BC 69 57 0 2C 36 1A B 2B 36
Octal 274 151 127 0 54 66 32 13 53 66
Binary 10111100 1101001 1010111 0 101100 110110 11010 1011 101011 110110

Color Harmonies of #BC6957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC6957

Black with #BC6957

Text Example


Text Example

White with #BC6957

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC6957; }

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

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

background-color css

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

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

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

border-color css

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

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

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