Html Css Color HEX #BD9263 Fallow

📋 copy color: '#BD9263'

red 189 ◦ green 146 ◦ blue 99

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

Shades of Fallow #BD9263

Tints of Fallow #BD9263

RGB

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

 GREEN value IS 146 (57.42% from 255) = 33.64%

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

R = 43.55%
G = 33.64%
B = 22.81%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.26

RGB Variations

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

Color information

#BD9263 (or 0xBD9263) is known color: Fallow. HEX triplet: BD, 92 and 63. RGB value is (189,146,99). Sum of RGB (Red+Green+Blue) = 189+146+99=434 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.55% from 434); Green value is 146 (57.42% from 255 or 33.64% from 434); Blue value is 99 (39.06% from 255 or 22.81% from 434); Max value from RGB is 189 - color contains mainly: red. Hex color #BD9263 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD9263 is #426D9C. Grayscale: #999999. Windows color (decimal): -4353437 or 6525629. OLE color: 6525629.

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

Color convert

RGB 189 146 99 -
CMYK 0 0.23 0.48 0.26
HSL 31.33º 0.41% 0.56% -
HSV(B) 31.33º 0.48% 0.74% -
XYZ 33.52 32.28 16.27 -
YUV 153.5 97.25 153.32 -
System Red Green Blue C M Y K H S L
Decimal 189 146 99 0 0.23 0.48 0.26 31.33 0.41 0.56
Hex BD 92 63 0 17 30 1A 1F 29 38
Octal 275 222 143 0 27 60 32 37 51 70
Binary 10111101 10010010 1100011 0 10111 110000 11010 11111 101001 111000

Color Harmonies of #BD9263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9263

Black with #BD9263

Text Example


Text Example

White with #BD9263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9263; }

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

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

background-color css

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

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

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

border-color css

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

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

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