Html Css Color HEX #BC996B Fallow

📋 copy color: '#BC996B'

red 188 ◦ green 153 ◦ blue 107

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

Shades of Fallow #BC996B

Tints of Fallow #BC996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 23.88%

R = 41.96%
G = 34.15%
B = 23.88%

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

#BC996B (or 0xBC996B) is known color: Fallow. HEX triplet: BC, 99 and 6B. RGB value is (188,153,107). Sum of RGB (Red+Green+Blue) = 188+153+107=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 153 (60.16% from 255 or 34.15% from 448); Blue value is 107 (42.19% from 255 or 23.88% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC996B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC996B is #436694. Grayscale: #9E9E9E. Windows color (decimal): -4417173 or 7051708. OLE color: 7051708.

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

Color convert

RGB 188 153 107 -
CMYK 0 0.19 0.43 0.26
HSL 34.07º 0.38% 0.58% -
HSV(B) 34.07º 0.43% 0.74% -
XYZ 34.78 34.54 18.74 -
YUV 158.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 188 153 107 0 0.19 0.43 0.26 34.07 0.38 0.58
Hex BC 99 6B 0 13 2B 1A 22 26 3A
Octal 274 231 153 0 23 53 32 42 46 72
Binary 10111100 10011001 1101011 0 10011 101011 11010 100010 100110 111010

Color Harmonies of #BC996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC996B

Black with #BC996B

Text Example


Text Example

White with #BC996B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC996B; }

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

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

background-color css

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

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

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

border-color css

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

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

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