Html Css Color HEX #BC996F Fallow

📋 copy color: '#BC996F'

red 188 ◦ green 153 ◦ blue 111

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

Shades of Fallow #BC996F

Tints of Fallow #BC996F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.56%

R = 41.59%
G = 33.85%
B = 24.56%

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

#BC996F (or 0xBC996F) is known color: Fallow. HEX triplet: BC, 99 and 6F. RGB value is (188,153,111). Sum of RGB (Red+Green+Blue) = 188+153+111=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 153 (60.16% from 255 or 33.85% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 188 - color contains mainly: red. Hex color #BC996F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC996F is #436690. Grayscale: #9E9E9E. Windows color (decimal): -4417169 or 7313852. OLE color: 7313852.

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

Color convert

RGB 188 153 111 -
CMYK 0 0.19 0.41 0.26
HSL 32.73º 0.36% 0.59% -
HSV(B) 32.73º 0.41% 0.74% -
XYZ 35 34.62 19.88 -
YUV 158.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 188 153 111 0 0.19 0.41 0.26 32.73 0.36 0.59
Hex BC 99 6F 0 13 29 1A 21 24 3B
Octal 274 231 157 0 23 51 32 41 44 73
Binary 10111100 10011001 1101111 0 10011 101001 11010 100001 100100 111011

Color Harmonies of #BC996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC996F

Black with #BC996F

Text Example


Text Example

White with #BC996F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC996F; }

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

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

background-color css

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

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

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

border-color css

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

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

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