Html Css Color HEX #BD9370 Fallow

📋 copy color: '#BD9370'

red 189 ◦ green 147 ◦ blue 112

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

Shades of Fallow #BD9370

Tints of Fallow #BD9370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 25%

R = 42.19%
G = 32.81%
B = 25%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD9370 (or 0xBD9370) is known color: Fallow. HEX triplet: BD, 93 and 70. RGB value is (189,147,112). Sum of RGB (Red+Green+Blue) = 189+147+112=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 147 (57.81% from 255 or 32.81% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9370 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9370 is #426C8F. Grayscale: #9B9B9B. Windows color (decimal): -4353168 or 7377853. OLE color: 7377853.

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

Color convert

RGB 189 147 112 -
CMYK 0 0.22 0.41 0.26
HSL 27.27º 0.37% 0.59% -
HSV(B) 27.27º 0.41% 0.74% -
XYZ 34.34 32.86 19.86 -
YUV 155.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 189 147 112 0 0.22 0.41 0.26 27.27 0.37 0.59
Hex BD 93 70 0 16 29 1A 1B 25 3B
Octal 275 223 160 0 26 51 32 33 45 73
Binary 10111101 10010011 1110000 0 10110 101001 11010 11011 100101 111011

Color Harmonies of #BD9370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9370

Black with #BD9370

Text Example


Text Example

White with #BD9370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9370; }

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

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

background-color css

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

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

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

border-color css

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

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

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