Html Css Color HEX #BC966F Fallow

📋 copy color: '#BC966F'

red 188 ◦ green 150 ◦ blue 111

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

Shades of Fallow #BC966F

Tints of Fallow #BC966F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.41%

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

R = 41.87%
G = 33.41%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BC966F (or 0xBC966F) is known color: Fallow. HEX triplet: BC, 96 and 6F. RGB value is (188,150,111). Sum of RGB (Red+Green+Blue) = 188+150+111=449 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.87% from 449); Green value is 150 (58.98% from 255 or 33.41% from 449); Blue value is 111 (43.75% from 255 or 24.72% from 449); Max value from RGB is 188 - color contains mainly: red. Hex color #BC966F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC966F is #436990. Grayscale: #9D9D9D. Windows color (decimal): -4417937 or 7313084. OLE color: 7313084.

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

Color convert

RGB 188 150 111 -
CMYK 0 0.20 0.41 0.26
HSL 30.39º 0.36% 0.59% -
HSV(B) 30.39º 0.41% 0.74% -
XYZ 34.51 33.65 19.72 -
YUV 156.92 102.09 150.17 -
System Red Green Blue C M Y K H S L
Decimal 188 150 111 0 0.20 0.41 0.26 30.39 0.36 0.59
Hex BC 96 6F 0 14 29 1A 1E 24 3B
Octal 274 226 157 0 24 51 32 36 44 73
Binary 10111100 10010110 1101111 0 10100 101001 11010 11110 100100 111011

Color Harmonies of #BC966F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC966F

Black with #BC966F

Text Example


Text Example

White with #BC966F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC966F; }

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

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

background-color css

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

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

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

border-color css

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

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

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