Html Css Color HEX #BD9F6D Fallow

📋 copy color: '#BD9F6D'

red 189 ◦ green 159 ◦ blue 109

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

Shades of Fallow #BD9F6D

Tints of Fallow #BD9F6D

RGB

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

 GREEN value IS 159 (62.5% from 255) = 34.79%

 BLUE value IS 109 (42.97% from 255) = 23.85%

R = 41.36%
G = 34.79%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD9F6D (or 0xBD9F6D) is known color: Fallow. HEX triplet: BD, 9F and 6D. RGB value is (189,159,109). Sum of RGB (Red+Green+Blue) = 189+159+109=457 (60% of max value = 765). Red value is 189 (74.22% from 255 or 41.36% from 457); Green value is 159 (62.5% from 255 or 34.79% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F6D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F6D is #426092. Grayscale: #A2A2A2. Windows color (decimal): -4350099 or 7184317. OLE color: 7184317.

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

Color convert

RGB 189 159 109 -
CMYK 0 0.16 0.42 0.26
HSL 37.5º 0.38% 0.58% -
HSV(B) 37.5º 0.42% 0.74% -
XYZ 36.14 36.72 19.65 -
YUV 162.27 97.94 147.07 -
System Red Green Blue C M Y K H S L
Decimal 189 159 109 0 0.16 0.42 0.26 37.5 0.38 0.58
Hex BD 9F 6D 0 10 2A 1A 26 26 3A
Octal 275 237 155 0 20 52 32 46 46 72
Binary 10111101 10011111 1101101 0 10000 101010 11010 100110 100110 111010

Color Harmonies of #BD9F6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F6D

Black with #BD9F6D

Text Example


Text Example

White with #BD9F6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F6D; }

 p { color: rgb(189,159,109); }

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

background-color css

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

 a { background-color: rgb(189,159,109); }

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

border-color css

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

 span { border-color: rgb(189,159,109); }

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