#bc6a5a

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

Shades of Sunglo #BC6A5A

Tints of Sunglo #BC6A5A

Color information

#BC6A5A (or 0xBC6A5A) is unknown color: approx Sunglo. HEX triplet: BC, 6A and 5A. RGB value is (188,106,90). Sum of RGB (Red+Green+Blue) = 188+106+90=384 (50% of max value = 765). Red value is 188 (73.83% from 255 or 48.96% from 384); Green value is 106 (41.80% from 255 or 27.60% from 384); Blue value is 90 (35.55% from 255 or 23.44% from 384); Max value from RGB is 188 - color contains mainly: red. Hex color #BC6A5A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #BC6A5A is #4395A5. Grayscale: #808080. Windows color (decimal): -4429222 or 5925564. OLE color: 5925564.

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

Color convert

RGB18810690-
CMYK00.440.520.26
HSL9.8º42.24%54.51%-
HSV(B)9.8º52.13%73.73%-
XYZ27.7421.7412.41-
YUV128.69106.17170.3-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 48.96%
GREEN value IS 106 (41.80% from 255) = 27.60%
BLUE value IS 90 (35.55% from 255) = 23.44%
R=48.96%
G=27.60%
B=23.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1881069000.440.520.269.842.2454.51
HexBC6A5A02C341Aa2a37
Octal2741521320546432125267
Binary10111100110101010110100101100110100110101010101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bc6a5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bc6a5a; }

 p { color: rgb(188,106,90); }

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

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

 a { background-color: rgb(188,106,90); }

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

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

 span { border-color: rgb(188,106,90); }

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