Html Css Color HEX #BC996E Fallow

📋 copy color: '#BC996E'

red 188 ◦ green 153 ◦ blue 110

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

Shades of Fallow #BC996E

Tints of Fallow #BC996E

RGB

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

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

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

R = 41.69%
G = 33.92%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC996E (or 0xBC996E) is known color: Fallow. HEX triplet: BC, 99 and 6E. RGB value is (188,153,110). Sum of RGB (Red+Green+Blue) = 188+153+110=451 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.69% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 188 - color contains mainly: red. Hex color #BC996E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC996E is #436691. Grayscale: #9E9E9E. Windows color (decimal): -4417170 or 7248316. OLE color: 7248316.

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

Color convert

RGB 188 153 110 -
CMYK 0 0.19 0.41 0.26
HSL 33.08º 0.37% 0.58% -
HSV(B) 33.08º 0.41% 0.74% -
XYZ 34.94 34.6 19.59 -
YUV 158.56 100.6 149 -
System Red Green Blue C M Y K H S L
Decimal 188 153 110 0 0.19 0.41 0.26 33.08 0.37 0.58
Hex BC 99 6E 0 13 29 1A 21 25 3A
Octal 274 231 156 0 23 51 32 41 45 72
Binary 10111100 10011001 1101110 0 10011 101001 11010 100001 100101 111010

Color Harmonies of #BC996E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC996E

Black with #BC996E

Text Example


Text Example

White with #BC996E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC996E; }

 p { color: rgb(188,153,110); }

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

background-color css

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

 a { background-color: rgb(188,153,110); }

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

border-color css

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

 span { border-color: rgb(188,153,110); }

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