Html Css Color HEX #B6958D Thatch

📋 copy color: '#B6958D'

red 182 ◦ green 149 ◦ blue 141

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

Shades of Thatch #B6958D

Tints of Thatch #B6958D

RGB

 RED value IS 182 (71.48% from 255) = 38.56%

 GREEN value IS 149 (58.59% from 255) = 31.57%

 BLUE value IS 141 (55.47% from 255) = 29.87%

R = 38.56%
G = 31.57%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6958D (or 0xB6958D) is known color: Thatch. HEX triplet: B6, 95 and 8D. RGB value is (182,149,141). Sum of RGB (Red+Green+Blue) = 182+149+141=472 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.56% from 472); Green value is 149 (58.59% from 255 or 31.57% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 182 - color contains mainly: red. Hex color #B6958D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6958D is #496A72. Grayscale: #9E9E9E. Windows color (decimal): -4811379 or 9278902. OLE color: 9278902.

HSL color Cylindrical-coordinate representation of color #B6958D: hue angle of 11.71º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6958D is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 149 141 -
CMYK 0 0.18 0.23 0.29
HSL 11.71º 0.22% 0.63% -
HSV(B) 11.71º 0.23% 0.71% -
XYZ 34.85 33.36 29.8 -
YUV 157.96 118.43 145.15 -
System Red Green Blue C M Y K H S L
Decimal 182 149 141 0 0.18 0.23 0.29 11.71 0.22 0.63
Hex B6 95 8D 0 12 17 1D C 16 3F
Octal 266 225 215 0 22 27 35 14 26 77
Binary 10110110 10010101 10001101 0 10010 10111 11101 1100 10110 111111

Color Harmonies of #B6958D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6958D

Black with #B6958D

Text Example


Text Example

White with #B6958D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6958D; }

 p { color: rgb(182,149,141); }

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

background-color css

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

 a { background-color: rgb(182,149,141); }

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

border-color css

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

 span { border-color: rgb(182,149,141); }

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