Html Css Color HEX #BC966A Fallow

📋 copy color: '#BC966A'

red 188 ◦ green 150 ◦ blue 106

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

Shades of Fallow #BC966A

Tints of Fallow #BC966A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.87%

R = 42.34%
G = 33.78%
B = 23.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#BC966A (or 0xBC966A) is known color: Fallow. HEX triplet: BC, 96 and 6A. RGB value is (188,150,106). Sum of RGB (Red+Green+Blue) = 188+150+106=444 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.34% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 106 (41.80% from 255 or 23.87% from 444); Max value from RGB is 188 - color contains mainly: red. Hex color #BC966A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC966A is #436995. Grayscale: #9C9C9C. Windows color (decimal): -4417942 or 6985404. OLE color: 6985404.

HSL color Cylindrical-coordinate representation of color #BC966A: hue angle of 32.2º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BC966A is Cyan = 0, Magento = 0.20, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 150 106 -
CMYK 0 0.20 0.44 0.26
HSL 32.2º 0.38% 0.58% -
HSV(B) 32.2º 0.44% 0.74% -
XYZ 34.25 33.54 18.31 -
YUV 156.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 188 150 106 0 0.20 0.44 0.26 32.2 0.38 0.58
Hex BC 96 6A 0 14 2C 1A 20 26 3A
Octal 274 226 152 0 24 54 32 40 46 72
Binary 10111100 10010110 1101010 0 10100 101100 11010 100000 100110 111010

Color Harmonies of #BC966A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC966A

Black with #BC966A

Text Example


Text Example

White with #BC966A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC966A; }

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

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

background-color css

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

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

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

border-color css

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

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

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