Html Css Color HEX #BD996B Fallow

📋 copy color: '#BD996B'

red 189 ◦ green 153 ◦ blue 107

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

Shades of Fallow #BD996B

Tints of Fallow #BD996B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.08%

 BLUE value IS 107 (42.19% from 255) = 23.83%

R = 42.09%
G = 34.08%
B = 23.83%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD996B (or 0xBD996B) is known color: Fallow. HEX triplet: BD, 99 and 6B. RGB value is (189,153,107). Sum of RGB (Red+Green+Blue) = 189+153+107=449 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.09% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 107 (42.19% from 255 or 23.83% from 449); Max value from RGB is 189 - color contains mainly: red. Hex color #BD996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD996B is #426694. Grayscale: #9E9E9E. Windows color (decimal): -4351637 or 7051709. OLE color: 7051709.

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

Color convert

RGB 189 153 107 -
CMYK 0 0.19 0.43 0.26
HSL 33.66º 0.38% 0.58% -
HSV(B) 33.66º 0.43% 0.74% -
XYZ 35.03 34.66 18.75 -
YUV 158.52 98.93 149.74 -
System Red Green Blue C M Y K H S L
Decimal 189 153 107 0 0.19 0.43 0.26 33.66 0.38 0.58
Hex BD 99 6B 0 13 2B 1A 22 26 3A
Octal 275 231 153 0 23 53 32 42 46 72
Binary 10111101 10011001 1101011 0 10011 101011 11010 100010 100110 111010

Color Harmonies of #BD996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD996B

Black with #BD996B

Text Example


Text Example

White with #BD996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD996B; }

 p { color: rgb(189,153,107); }

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

background-color css

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

 a { background-color: rgb(189,153,107); }

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

border-color css

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

 span { border-color: rgb(189,153,107); }

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