Html Css Color HEX #BD9E77 Fallow

📋 copy color: '#BD9E77'

red 189 ◦ green 158 ◦ blue 119

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

Shades of Fallow #BD9E77

Tints of Fallow #BD9E77

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.91%

 BLUE value IS 119 (46.88% from 255) = 25.54%

R = 40.56%
G = 33.91%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.37

 K value IS 0.26

RGB Variations

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

Color information

#BD9E77 (or 0xBD9E77) is known color: Fallow. HEX triplet: BD, 9E and 77. RGB value is (189,158,119). Sum of RGB (Red+Green+Blue) = 189+158+119=466 (61% of max value = 765). Red value is 189 (74.22% from 255 or 40.56% from 466); Green value is 158 (62.11% from 255 or 33.91% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9E77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9E77 is #426188. Grayscale: #A3A3A3. Windows color (decimal): -4350345 or 7839421. OLE color: 7839421.

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

Color convert

RGB 189 158 119 -
CMYK 0 0.16 0.37 0.26
HSL 33.43º 0.35% 0.6% -
HSV(B) 33.43º 0.37% 0.74% -
XYZ 36.54 36.6 22.59 -
YUV 162.82 103.27 146.67 -
System Red Green Blue C M Y K H S L
Decimal 189 158 119 0 0.16 0.37 0.26 33.43 0.35 0.6
Hex BD 9E 77 0 10 25 1A 21 23 3C
Octal 275 236 167 0 20 45 32 41 43 74
Binary 10111101 10011110 1110111 0 10000 100101 11010 100001 100011 111100

Color Harmonies of #BD9E77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9E77

Black with #BD9E77

Text Example


Text Example

White with #BD9E77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9E77; }

 p { color: rgb(189,158,119); }

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

background-color css

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

 a { background-color: rgb(189,158,119); }

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

border-color css

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

 span { border-color: rgb(189,158,119); }

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