Html Css Color HEX #BD9770 Fallow

📋 copy color: '#BD9770'

red 189 ◦ green 151 ◦ blue 112

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

Shades of Fallow #BD9770

Tints of Fallow #BD9770

RGB

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

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

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

R = 41.81%
G = 33.41%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BD9770 (or 0xBD9770) is known color: Fallow. HEX triplet: BD, 97 and 70. RGB value is (189,151,112). Sum of RGB (Red+Green+Blue) = 189+151+112=452 (59% of max value = 765). Red value is 189 (74.22% from 255 or 41.81% from 452); Green value is 151 (59.38% from 255 or 33.41% from 452); Blue value is 112 (44.14% from 255 or 24.78% from 452); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9770 is #42688F. Grayscale: #9E9E9E. Windows color (decimal): -4352144 or 7378877. OLE color: 7378877.

HSL color Cylindrical-coordinate representation of color #BD9770: hue angle of 30.39º 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 #BD9770 is Cyan = 0, Magento = 0.20, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 151 112 -
CMYK 0 0.20 0.41 0.26
HSL 30.39º 0.37% 0.59% -
HSV(B) 30.39º 0.41% 0.74% -
XYZ 34.98 34.12 20.07 -
YUV 157.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 189 151 112 0 0.20 0.41 0.26 30.39 0.37 0.59
Hex BD 97 70 0 14 29 1A 1E 25 3B
Octal 275 227 160 0 24 51 32 36 45 73
Binary 10111101 10010111 1110000 0 10100 101001 11010 11110 100101 111011

Color Harmonies of #BD9770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9770

Black with #BD9770

Text Example


Text Example

White with #BD9770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9770; }

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

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

background-color css

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

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

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

border-color css

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

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

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