Html Css Color HEX #BC966E Fallow

📋 copy color: '#BC966E'

red 188 ◦ green 150 ◦ blue 110

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

Shades of Fallow #BC966E

Tints of Fallow #BC966E

RGB

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

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

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

R = 41.96%
G = 33.48%
B = 24.55%

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

#BC966E (or 0xBC966E) is known color: Fallow. HEX triplet: BC, 96 and 6E. RGB value is (188,150,110). Sum of RGB (Red+Green+Blue) = 188+150+110=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 188 - color contains mainly: red. Hex color #BC966E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC966E is #436991. Grayscale: #9D9D9D. Windows color (decimal): -4417938 or 7247548. OLE color: 7247548.

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

Color convert

RGB 188 150 110 -
CMYK 0 0.20 0.41 0.26
HSL 30.77º 0.37% 0.58% -
HSV(B) 30.77º 0.41% 0.74% -
XYZ 34.46 33.63 19.43 -
YUV 156.8 101.59 150.25 -
System Red Green Blue C M Y K H S L
Decimal 188 150 110 0 0.20 0.41 0.26 30.77 0.37 0.58
Hex BC 96 6E 0 14 29 1A 1F 25 3A
Octal 274 226 156 0 24 51 32 37 45 72
Binary 10111100 10010110 1101110 0 10100 101001 11010 11111 100101 111010

Color Harmonies of #BC966E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC966E

Black with #BC966E

Text Example


Text Example

White with #BC966E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC966E; }

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

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

background-color css

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

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

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

border-color css

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

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

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