Html Css Color HEX #BC996C Fallow

📋 copy color: '#BC996C'

red 188 ◦ green 153 ◦ blue 108

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

Shades of Fallow #BC996C

Tints of Fallow #BC996C

RGB

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

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

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

R = 41.87%
G = 34.08%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BC996C (or 0xBC996C) is known color: Fallow. HEX triplet: BC, 99 and 6C. RGB value is (188,153,108). Sum of RGB (Red+Green+Blue) = 188+153+108=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 108 (42.58% from 255 or 24.05% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC996C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC996C is #436693. Grayscale: #9E9E9E. Windows color (decimal): -4417172 or 7117244. OLE color: 7117244.

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

Color convert

RGB 188 153 108 -
CMYK 0 0.19 0.43 0.26
HSL 33.75º 0.37% 0.58% -
HSV(B) 33.75º 0.43% 0.74% -
XYZ 34.84 34.56 19.02 -
YUV 158.34 99.6 149.16 -
System Red Green Blue C M Y K H S L
Decimal 188 153 108 0 0.19 0.43 0.26 33.75 0.37 0.58
Hex BC 99 6C 0 13 2B 1A 22 25 3A
Octal 274 231 154 0 23 53 32 42 45 72
Binary 10111100 10011001 1101100 0 10011 101011 11010 100010 100101 111010

Color Harmonies of #BC996C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC996C

Black with #BC996C

Text Example


Text Example

White with #BC996C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC996C; }

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

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

background-color css

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

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

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

border-color css

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

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

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