Html Css Color HEX #BD9F63 Fallow

📋 copy color: '#BD9F63'

red 189 ◦ green 159 ◦ blue 99

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

Shades of Fallow #BD9F63

Tints of Fallow #BD9F63

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 22.15%

R = 42.28%
G = 35.57%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD9F63 (or 0xBD9F63) is known color: Fallow. HEX triplet: BD, 9F and 63. RGB value is (189,159,99). Sum of RGB (Red+Green+Blue) = 189+159+99=447 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.28% from 447); Green value is 159 (62.5% from 255 or 35.57% from 447); Blue value is 99 (39.06% from 255 or 22.15% from 447); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9F63 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9F63 is #42609C. Grayscale: #A1A1A1. Windows color (decimal): -4350109 or 6528957. OLE color: 6528957.

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

Color convert

RGB 189 159 99 -
CMYK 0 0.16 0.48 0.26
HSL 40º 0.41% 0.56% -
HSV(B) 40º 0.48% 0.74% -
XYZ 35.64 36.52 16.97 -
YUV 161.13 92.94 147.88 -
System Red Green Blue C M Y K H S L
Decimal 189 159 99 0 0.16 0.48 0.26 40 0.41 0.56
Hex BD 9F 63 0 10 30 1A 28 29 38
Octal 275 237 143 0 20 60 32 50 51 70
Binary 10111101 10011111 1100011 0 10000 110000 11010 101000 101001 111000

Color Harmonies of #BD9F63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9F63

Black with #BD9F63

Text Example


Text Example

White with #BD9F63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9F63; }

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

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

background-color css

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

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

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

border-color css

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

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

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