Html Css Color HEX #BD9893 Thatch

📋 copy color: '#BD9893'

red 189 ◦ green 152 ◦ blue 147

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

Shades of Thatch #BD9893

Tints of Thatch #BD9893

RGB

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

 GREEN value IS 152 (59.77% from 255) = 31.15%

 BLUE value IS 147 (57.81% from 255) = 30.12%

R = 38.73%
G = 31.15%
B = 30.12%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD9893 (or 0xBD9893) is known color: Thatch. HEX triplet: BD, 98 and 93. RGB value is (189,152,147). Sum of RGB (Red+Green+Blue) = 189+152+147=488 (64% of max value = 765). Red value is 189 (74.22% from 255 or 38.73% from 488); Green value is 152 (59.77% from 255 or 31.15% from 488); Blue value is 147 (57.81% from 255 or 30.12% from 488); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9893 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BD9893 is #42676C. Grayscale: #A2A2A2. Windows color (decimal): -4351853 or 9672893. OLE color: 9672893.

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

Color convert

RGB 189 152 147 -
CMYK 0 0.20 0.22 0.26
HSL 7.14º 0.24% 0.66% -
HSV(B) 7.14º 0.22% 0.74% -
XYZ 37.48 35.38 32.46 -
YUV 162.49 119.26 146.91 -
System Red Green Blue C M Y K H S L
Decimal 189 152 147 0 0.20 0.22 0.26 7.14 0.24 0.66
Hex BD 98 93 0 14 16 1A 7 18 42
Octal 275 230 223 0 24 26 32 7 30 102
Binary 10111101 10011000 10010011 0 10100 10110 11010 111 11000 1000010

Color Harmonies of #BD9893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9893

Black with #BD9893

Text Example


Text Example

White with #BD9893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9893; }

 p { color: rgb(189,152,147); }

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

background-color css

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

 a { background-color: rgb(189,152,147); }

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

border-color css

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

 span { border-color: rgb(189,152,147); }

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