Html Css Color HEX #BD9792 Thatch

📋 copy color: '#BD9792'

red 189 ◦ green 151 ◦ blue 146

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

Shades of Thatch #BD9792

Tints of Thatch #BD9792

RGB

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

 GREEN value IS 151 (59.38% from 255) = 31.07%

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

R = 38.89%
G = 31.07%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#BD9792 (or 0xBD9792) is known color: Thatch. HEX triplet: BD, 97 and 92. RGB value is (189,151,146). Sum of RGB (Red+Green+Blue) = 189+151+146=486 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.89% from 486); Green value is 151 (59.38% from 255 or 31.07% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9792 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9792 is #42686D. Grayscale: #A1A1A1. Windows color (decimal): -4352110 or 9607101. OLE color: 9607101.

HSL color Cylindrical-coordinate representation of color #BD9792: hue angle of 6.98º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BD9792 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 151 146 -
CMYK 0 0.20 0.23 0.26
HSL 6.98º 0.25% 0.66% -
HSV(B) 6.98º 0.23% 0.74% -
XYZ 37.24 35.03 31.99 -
YUV 161.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 189 151 146 0 0.20 0.23 0.26 6.98 0.25 0.66
Hex BD 97 92 0 14 17 1A 7 19 42
Octal 275 227 222 0 24 27 32 7 31 102
Binary 10111101 10010111 10010010 0 10100 10111 11010 111 11001 1000010

Color Harmonies of #BD9792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9792

Black with #BD9792

Text Example


Text Example

White with #BD9792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9792; }

 p { color: rgb(189,151,146); }

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

background-color css

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

 a { background-color: rgb(189,151,146); }

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

border-color css

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

 span { border-color: rgb(189,151,146); }

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