Html Css Color HEX #BD9371 Fallow

📋 copy color: '#BD9371'

red 189 ◦ green 147 ◦ blue 113

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

Shades of Fallow #BD9371

Tints of Fallow #BD9371

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.74%

 BLUE value IS 113 (44.53% from 255) = 25.17%

R = 42.09%
G = 32.74%
B = 25.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.40

 K value IS 0.26

RGB Variations

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

Color information

#BD9371 (or 0xBD9371) is known color: Fallow. HEX triplet: BD, 93 and 71. RGB value is (189,147,113). Sum of RGB (Red+Green+Blue) = 189+147+113=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 147 (57.81% from 255 or 32.74% from 449); Blue value is 113 (44.53% from 255 or 25.17% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9371 is #426C8E. Grayscale: #9B9B9B. Windows color (decimal): -4353167 or 7443389. OLE color: 7443389.

HSL color Cylindrical-coordinate representation of color #BD9371: hue angle of 26.84º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BD9371 is Cyan = 0, Magento = 0.22, Yellow = 0.40 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 147 113 -
CMYK 0 0.22 0.40 0.26
HSL 26.84º 0.37% 0.59% -
HSV(B) 26.84º 0.4% 0.74% -
XYZ 34.4 32.88 20.16 -
YUV 155.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 189 147 113 0 0.22 0.40 0.26 26.84 0.37 0.59
Hex BD 93 71 0 16 28 1A 1B 25 3B
Octal 275 223 161 0 26 50 32 33 45 73
Binary 10111101 10010011 1110001 0 10110 101000 11010 11011 100101 111011

Color Harmonies of #BD9371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9371

Black with #BD9371

Text Example


Text Example

White with #BD9371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9371; }

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

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

background-color css

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

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

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

border-color css

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

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

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