Html Css Color HEX #B5968E Thatch

📋 copy color: '#B5968E'

red 181 ◦ green 150 ◦ blue 142

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

Shades of Thatch #B5968E

Tints of Thatch #B5968E

RGB

 RED value IS 181 (71.09% from 255) = 38.27%

 GREEN value IS 150 (58.98% from 255) = 31.71%

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

R = 38.27%
G = 31.71%
B = 30.02%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B5968E (or 0xB5968E) is known color: Thatch. HEX triplet: B5, 96 and 8E. RGB value is (181,150,142). Sum of RGB (Red+Green+Blue) = 181+150+142=473 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.27% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 142 (55.86% from 255 or 30.02% from 473); Max value from RGB is 181 - color contains mainly: red. Hex color #B5968E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5968E is #4A6971. Grayscale: #9E9E9E. Windows color (decimal): -4876658 or 9344693. OLE color: 9344693.

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

Color convert

RGB 181 150 142 -
CMYK 0 0.17 0.22 0.29
HSL 12.31º 0.21% 0.63% -
HSV(B) 12.31º 0.22% 0.71% -
XYZ 34.84 33.59 30.24 -
YUV 158.36 118.77 144.15 -
System Red Green Blue C M Y K H S L
Decimal 181 150 142 0 0.17 0.22 0.29 12.31 0.21 0.63
Hex B5 96 8E 0 11 16 1D C 15 3F
Octal 265 226 216 0 21 26 35 14 25 77
Binary 10110101 10010110 10001110 0 10001 10110 11101 1100 10101 111111

Color Harmonies of #B5968E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5968E

Black with #B5968E

Text Example


Text Example

White with #B5968E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5968E; }

 p { color: rgb(181,150,142); }

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

background-color css

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

 a { background-color: rgb(181,150,142); }

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

border-color css

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

 span { border-color: rgb(181,150,142); }

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