Html Css Color HEX #BC958F Thatch

📋 copy color: '#BC958F'

red 188 ◦ green 149 ◦ blue 143

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

Shades of Thatch #BC958F

Tints of Thatch #BC958F

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 value IS 0

 M value IS 0.21

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC958F (or 0xBC958F) is known color: 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

RGB 188 149 143 -
CMYK 0 0.21 0.24 0.26
HSL 0.25% 0.65% -
HSV(B) 0.24% 0.74% -
XYZ 36.44 34.17 30.66 -
YUV 159.98 118.42 147.99 -
System Red Green Blue C M Y K H S L
Decimal 188 149 143 0 0.21 0.24 0.26 8 0.25 0.65
Hex BC 95 8F 0 15 18 1A 8 19 41
Octal 274 225 217 0 25 30 32 10 31 101
Binary 10111100 10010101 10001111 0 10101 11000 11010 1000 11001 1000001

Color Harmonies of #BC958F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC958F

Black with #BC958F

Text Example


Text Example

White with #BC958F

Text Example


Text Example

HTML Codes & Css Web 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>