#BC6B54

Color #BC6B54 Sunglo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sunglo #BC6B54

Tints of Sunglo #BC6B54

Color information

#BC6B54 (or 0xBC6B54) is unknown color: approx Sunglo. HEX triplet: BC, 6B and 54. RGB value is (188,107,84). Sum of RGB (Red+Green+Blue) = 188+107+84=379 (50% of max value = 765). Red value is 188 (73.83% from 255 or 49.60% from 379); Green value is 107 (42.19% from 255 or 28.23% from 379); Blue value is 84 (33.20% from 255 or 22.16% from 379); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6B54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6B54 is #4394AB. Grayscale: #808080. Windows color (decimal): -4428972 or 5532604. OLE color: 5532604.

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

Color convert

RGB18810784-
CMYK00.430.550.26
HSL13.27º43.7%53.33%-
HSV(B)13.27º55.32%73.73%-
XYZ27.621.8511.15-
YUV128.6102.84170.37-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 49.60%
GREEN value IS 107 (42.19% from 255) = 28.23%
BLUE value IS 84 (33.20% from 255) = 22.16%
R=49.60%
G=28.23%
B=22.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.55
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881078400.430.550.2613.2743.753.33
HexBC6B5402B371Ad2c35
Octal2741531240536732155465
Binary10111100110101110101000101011110111110101101101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC6B54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC6B54; }

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

 H1.HeaderClassName
 {
   color: #BC6B54;
 }
 .AnyTagClassName
 {
   color: #BC6B54;
 }
</style>
background-color css

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

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

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

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

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

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