Html Css Color HEX #BD9363 Fallow

📋 copy color: '#BD9363'

red 189 ◦ green 147 ◦ blue 99

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

Shades of Fallow #BD9363

Tints of Fallow #BD9363

RGB

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

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

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

R = 43.45%
G = 33.79%
B = 22.76%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD9363 (or 0xBD9363) is known color: Fallow. HEX triplet: BD, 93 and 63. RGB value is (189,147,99). Sum of RGB (Red+Green+Blue) = 189+147+99=435 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.45% from 435); Green value is 147 (57.81% from 255 or 33.79% from 435); Blue value is 99 (39.06% from 255 or 22.76% from 435); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9363 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9363 is #426C9C. Grayscale: #9A9A9A. Windows color (decimal): -4353181 or 6525885. OLE color: 6525885.

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

Color convert

RGB 189 147 99 -
CMYK 0 0.22 0.48 0.26
HSL 32º 0.41% 0.56% -
HSV(B) 32º 0.48% 0.74% -
XYZ 33.67 32.59 16.32 -
YUV 154.09 96.91 152.9 -
System Red Green Blue C M Y K H S L
Decimal 189 147 99 0 0.22 0.48 0.26 32 0.41 0.56
Hex BD 93 63 0 16 30 1A 20 29 38
Octal 275 223 143 0 26 60 32 40 51 70
Binary 10111101 10010011 1100011 0 10110 110000 11010 100000 101001 111000

Color Harmonies of #BD9363

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9363

Black with #BD9363

Text Example


Text Example

White with #BD9363

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9363; }

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

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

background-color css

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

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

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

border-color css

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

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

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