Html Css Color HEX #B69E99 Thatch

📋 copy color: '#B69E99'

red 182 ◦ green 158 ◦ blue 153

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

Shades of Thatch #B69E99

Tints of Thatch #B69E99

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.05%

 BLUE value IS 153 (60.16% from 255) = 31.03%

R = 36.92%
G = 32.05%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B69E99 (or 0xB69E99) is known color: Thatch. HEX triplet: B6, 9E and 99. RGB value is (182,158,153). Sum of RGB (Red+Green+Blue) = 182+158+153=493 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.92% from 493); Green value is 158 (62.11% from 255 or 32.05% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 182 - color contains mainly: red. Hex color #B69E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B69E99 is #496166. Grayscale: #A4A4A4. Windows color (decimal): -4809063 or 10067638. OLE color: 10067638.

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

Color convert

RGB 182 158 153 -
CMYK 0 0.13 0.16 0.29
HSL 10.34º 0.17% 0.66% -
HSV(B) 10.34º 0.16% 0.71% -
XYZ 37.27 36.7 35.26 -
YUV 164.61 121.45 140.41 -
System Red Green Blue C M Y K H S L
Decimal 182 158 153 0 0.13 0.16 0.29 10.34 0.17 0.66
Hex B6 9E 99 0 D 10 1D A 11 42
Octal 266 236 231 0 15 20 35 12 21 102
Binary 10110110 10011110 10011001 0 1101 10000 11101 1010 10001 1000010

Color Harmonies of #B69E99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B69E99

Black with #B69E99

Text Example


Text Example

White with #B69E99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B69E99; }

 p { color: rgb(182,158,153); }

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

background-color css

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

 a { background-color: rgb(182,158,153); }

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

border-color css

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

 span { border-color: rgb(182,158,153); }

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