Html Css Color HEX #BD976E Fallow

📋 copy color: '#BD976E'

red 189 ◦ green 151 ◦ blue 110

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

Shades of Fallow #BD976E

Tints of Fallow #BD976E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 33.56%

 BLUE value IS 110 (43.36% from 255) = 24.44%

R = 42%
G = 33.56%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BD976E (or 0xBD976E) is known color: Fallow. HEX triplet: BD, 97 and 6E. RGB value is (189,151,110). Sum of RGB (Red+Green+Blue) = 189+151+110=450 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42% from 450); Green value is 151 (59.38% from 255 or 33.56% from 450); Blue value is 110 (43.36% from 255 or 24.44% from 450); Max value from RGB is 189 - color contains mainly: red. Hex color #BD976E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD976E is #426891. Grayscale: #9D9D9D. Windows color (decimal): -4352146 or 7247805. OLE color: 7247805.

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

Color convert

RGB 189 151 110 -
CMYK 0 0.20 0.42 0.26
HSL 31.14º 0.37% 0.59% -
HSV(B) 31.14º 0.42% 0.74% -
XYZ 34.87 34.08 19.49 -
YUV 157.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 189 151 110 0 0.20 0.42 0.26 31.14 0.37 0.59
Hex BD 97 6E 0 14 2A 1A 1F 25 3B
Octal 275 227 156 0 24 52 32 37 45 73
Binary 10111101 10010111 1101110 0 10100 101010 11010 11111 100101 111011

Color Harmonies of #BD976E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD976E

Black with #BD976E

Text Example


Text Example

White with #BD976E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD976E; }

 p { color: rgb(189,151,110); }

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

background-color css

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

 a { background-color: rgb(189,151,110); }

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

border-color css

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

 span { border-color: rgb(189,151,110); }

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