Html Css Color HEX #B6958E Thatch

📋 copy color: '#B6958E'

red 182 ◦ green 149 ◦ blue 142

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

Shades of Thatch #B6958E

Tints of Thatch #B6958E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 30.02%

R = 38.48%
G = 31.5%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B6958E (or 0xB6958E) is known color: Thatch. HEX triplet: B6, 95 and 8E. RGB value is (182,149,142). Sum of RGB (Red+Green+Blue) = 182+149+142=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 149 (58.59% from 255 or 31.50% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6958E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6958E is #496A71. Grayscale: #9E9E9E. Windows color (decimal): -4811378 or 9344438. OLE color: 9344438.

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

Color convert

RGB 182 149 142 -
CMYK 0 0.18 0.22 0.29
HSL 10.5º 0.22% 0.64% -
HSV(B) 10.5º 0.22% 0.71% -
XYZ 34.92 33.39 30.2 -
YUV 158.07 118.93 145.07 -
System Red Green Blue C M Y K H S L
Decimal 182 149 142 0 0.18 0.22 0.29 10.5 0.22 0.64
Hex B6 95 8E 0 12 16 1D A 16 40
Octal 266 225 216 0 22 26 35 12 26 100
Binary 10110110 10010101 10001110 0 10010 10110 11101 1010 10110 1000000

Color Harmonies of #B6958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6958E

Black with #B6958E

Text Example


Text Example

White with #B6958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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