Html Css Color HEX #BD9D99 Thatch

📋 copy color: '#BD9D99'

red 189 ◦ green 157 ◦ blue 153

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

Shades of Thatch #BD9D99

Tints of Thatch #BD9D99

RGB

 RED value IS 189 (74.22% from 255) = 37.88%

 GREEN value IS 157 (61.72% from 255) = 31.46%

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

R = 37.88%
G = 31.46%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD9D99 (or 0xBD9D99) is known color: Thatch. HEX triplet: BD, 9D and 99. RGB value is (189,157,153). Sum of RGB (Red+Green+Blue) = 189+157+153=499 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.88% from 499); Green value is 157 (61.72% from 255 or 31.46% from 499); Blue value is 153 (60.16% from 255 or 30.66% from 499); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9D99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9D99 is #426266. Grayscale: #A6A6A6. Windows color (decimal): -4350567 or 10067389. OLE color: 10067389.

HSL color Cylindrical-coordinate representation of color #BD9D99: hue angle of 6.67º degrees, saturation: 0.21, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BD9D99 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 157 153 -
CMYK 0 0.17 0.19 0.26
HSL 6.67º 0.21% 0.67% -
HSV(B) 6.67º 0.19% 0.74% -
XYZ 38.79 37.23 35.28 -
YUV 166.11 120.6 144.33 -
System Red Green Blue C M Y K H S L
Decimal 189 157 153 0 0.17 0.19 0.26 6.67 0.21 0.67
Hex BD 9D 99 0 11 13 1A 7 15 43
Octal 275 235 231 0 21 23 32 7 25 103
Binary 10111101 10011101 10011001 0 10001 10011 11010 111 10101 1000011

Color Harmonies of #BD9D99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9D99

Black with #BD9D99

Text Example


Text Example

White with #BD9D99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9D99; }

 p { color: rgb(189,157,153); }

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

background-color css

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

 a { background-color: rgb(189,157,153); }

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

border-color css

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

 span { border-color: rgb(189,157,153); }

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