Html Css Color HEX #B99692 Thatch

📋 copy color: '#B99692'

red 185 ◦ green 150 ◦ blue 146

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

Shades of Thatch #B99692

Tints of Thatch #B99692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.35%

R = 38.46%
G = 31.19%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B99692 (or 0xB99692) is known color: Thatch. HEX triplet: B9, 96 and 92. RGB value is (185,150,146). Sum of RGB (Red+Green+Blue) = 185+150+146=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 150 (58.98% from 255 or 31.19% from 481); Blue value is 146 (57.42% from 255 or 30.35% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B99692 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99692 is #46696D. Grayscale: #A0A0A0. Windows color (decimal): -4614510 or 9606841. OLE color: 9606841.

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

Color convert

RGB 185 150 146 -
CMYK 0 0.19 0.21 0.27
HSL 6.15º 0.22% 0.65% -
HSV(B) 6.15º 0.21% 0.73% -
XYZ 36.1 34.2 31.89 -
YUV 160.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 185 150 146 0 0.19 0.21 0.27 6.15 0.22 0.65
Hex B9 96 92 0 13 15 1B 6 16 41
Octal 271 226 222 0 23 25 33 6 26 101
Binary 10111001 10010110 10010010 0 10011 10101 11011 110 10110 1000001

Color Harmonies of #B99692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99692

Black with #B99692

Text Example


Text Example

White with #B99692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99692; }

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

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

background-color css

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

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

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

border-color css

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

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

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