Html Css Color HEX #BD976C Fallow

📋 copy color: '#BD976C'

red 189 ◦ green 151 ◦ blue 108

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

Shades of Fallow #BD976C

Tints of Fallow #BD976C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 24.11%

R = 42.19%
G = 33.71%
B = 24.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BD976C (or 0xBD976C) is known color: Fallow. HEX triplet: BD, 97 and 6C. RGB value is (189,151,108). Sum of RGB (Red+Green+Blue) = 189+151+108=448 (59% of max value = 765). Red value is 189 (74.22% from 255 or 42.19% from 448); Green value is 151 (59.38% from 255 or 33.71% from 448); Blue value is 108 (42.58% from 255 or 24.11% from 448); Max value from RGB is 189 - color contains mainly: red. Hex color #BD976C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BD976C is #426893. Grayscale: #9D9D9D. Windows color (decimal): -4352148 or 7116733. OLE color: 7116733.

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

Color convert

RGB 189 151 108 -
CMYK 0 0.20 0.43 0.26
HSL 31.85º 0.38% 0.58% -
HSV(B) 31.85º 0.43% 0.74% -
XYZ 34.76 34.03 18.92 -
YUV 157.46 100.09 150.5 -
System Red Green Blue C M Y K H S L
Decimal 189 151 108 0 0.20 0.43 0.26 31.85 0.38 0.58
Hex BD 97 6C 0 14 2B 1A 20 26 3A
Octal 275 227 154 0 24 53 32 40 46 72
Binary 10111101 10010111 1101100 0 10100 101011 11010 100000 100110 111010

Color Harmonies of #BD976C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD976C

Black with #BD976C

Text Example


Text Example

White with #BD976C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD976C; }

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

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

background-color css

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

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

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

border-color css

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

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

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