Html Css Color HEX #BC986D Fallow

📋 copy color: '#BC986D'

red 188 ◦ green 152 ◦ blue 109

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

Shades of Fallow #BC986D

Tints of Fallow #BC986D

RGB

 RED value IS 188 (73.83% from 255) = 41.87%

 GREEN value IS 152 (59.77% from 255) = 33.85%

 BLUE value IS 109 (42.97% from 255) = 24.28%

R = 41.87%
G = 33.85%
B = 24.28%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC986D (or 0xBC986D) is known color: Fallow. HEX triplet: BC, 98 and 6D. RGB value is (188,152,109). Sum of RGB (Red+Green+Blue) = 188+152+109=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 152 (59.77% from 255 or 33.85% from 449); Blue value is 109 (42.97% from 255 or 24.28% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC986D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC986D is #436792. Grayscale: #9E9E9E. Windows color (decimal): -4417427 or 7182524. OLE color: 7182524.

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

Color convert

RGB 188 152 109 -
CMYK 0 0.19 0.42 0.26
HSL 32.66º 0.37% 0.58% -
HSV(B) 32.66º 0.42% 0.74% -
XYZ 34.73 34.25 19.25 -
YUV 157.86 100.43 149.5 -
System Red Green Blue C M Y K H S L
Decimal 188 152 109 0 0.19 0.42 0.26 32.66 0.37 0.58
Hex BC 98 6D 0 13 2A 1A 21 25 3A
Octal 274 230 155 0 23 52 32 41 45 72
Binary 10111100 10011000 1101101 0 10011 101010 11010 100001 100101 111010

Color Harmonies of #BC986D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC986D

Black with #BC986D

Text Example


Text Example

White with #BC986D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC986D; }

 p { color: rgb(188,152,109); }

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

background-color css

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

 a { background-color: rgb(188,152,109); }

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

border-color css

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

 span { border-color: rgb(188,152,109); }

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