#BC958F

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

Shades of Thatch #BC958F

Tints of Thatch #BC958F

Color information

#BC958F (or 0xBC958F) is unknown color: approx Thatch. HEX triplet: BC, 95 and 8F. RGB value is (188,149,143). Sum of RGB (Red+Green+Blue) = 188+149+143=480 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.17% from 480); Green value is 149 (58.59% from 255 or 31.04% from 480); Blue value is 143 (56.25% from 255 or 29.79% from 480); Max value from RGB is 188 - color contains mainly: red. Hex color #BC958F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC958F is #436A70. Grayscale: #A0A0A0. Windows color (decimal): -4418161 or 9409980. OLE color: 9409980.

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

Color convert

RGB188149143-
CMYK00.210.240.26
HSL25.14%64.9%-
HSV(B)23.94%73.73%-
XYZ36.4434.1730.66-
YUV159.98118.42147.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.17%
GREEN value IS 149 (58.59% from 255) = 31.04%
BLUE value IS 143 (56.25% from 255) = 29.79%
R=39.17%
G=31.04%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.24
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18814914300.210.240.26825.1464.9
HexBC958F015181A81941
Octal27422521702530321031101
Binary10111100100101011000111101010111000110101000110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC958F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC958F; }

 p { color: rgb(188,149,143); }

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

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

 a { background-color: rgb(188,149,143); }

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

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

 span { border-color: rgb(188,149,143); }

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