Html Css Color HEX #B99690 Thatch

📋 copy color: '#B99690'

red 185 ◦ green 150 ◦ blue 144

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

Shades of Thatch #B99690

Tints of Thatch #B99690

RGB

 RED value IS 185 (72.66% from 255) = 38.62%

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

 BLUE value IS 144 (56.64% from 255) = 30.06%

R = 38.62%
G = 31.32%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B99690 (or 0xB99690) is known color: Thatch. HEX triplet: B9, 96 and 90. RGB value is (185,150,144). Sum of RGB (Red+Green+Blue) = 185+150+144=479 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.62% from 479); Green value is 150 (58.98% from 255 or 31.32% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 185 - color contains mainly: red. Hex color #B99690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99690 is #46696F. Grayscale: #9F9F9F. Windows color (decimal): -4614512 or 9475769. OLE color: 9475769.

HSL color Cylindrical-coordinate representation of color #B99690: hue angle of 8.78º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B99690 is Cyan = 0, Magento = 0.19, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 150 144 -
CMYK 0 0.19 0.22 0.27
HSL 8.78º 0.23% 0.65% -
HSV(B) 8.78º 0.22% 0.73% -
XYZ 35.95 34.14 31.08 -
YUV 159.78 119.1 145.99 -
System Red Green Blue C M Y K H S L
Decimal 185 150 144 0 0.19 0.22 0.27 8.78 0.23 0.65
Hex B9 96 90 0 13 16 1B 9 17 41
Octal 271 226 220 0 23 26 33 11 27 101
Binary 10111001 10010110 10010000 0 10011 10110 11011 1001 10111 1000001

Color Harmonies of #B99690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99690

Black with #B99690

Text Example


Text Example

White with #B99690

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99690; }

 p { color: rgb(185,150,144); }

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

background-color css

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

 a { background-color: rgb(185,150,144); }

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

border-color css

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

 span { border-color: rgb(185,150,144); }

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