Html Css Color HEX #BC966D Fallow

📋 copy color: '#BC966D'

red 188 ◦ green 150 ◦ blue 109

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

Shades of Fallow #BC966D

Tints of Fallow #BC966D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 24.38%

R = 42.06%
G = 33.56%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BC966D (or 0xBC966D) is known color: Fallow. HEX triplet: BC, 96 and 6D. RGB value is (188,150,109). Sum of RGB (Red+Green+Blue) = 188+150+109=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 150 (58.98% from 255 or 33.56% from 447); Blue value is 109 (42.97% from 255 or 24.38% from 447); Max value from RGB is 188 - color contains mainly: red. Hex color #BC966D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC966D is #436992. Grayscale: #9C9C9C. Windows color (decimal): -4417939 or 7182012. OLE color: 7182012.

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

Color convert

RGB 188 150 109 -
CMYK 0 0.20 0.42 0.26
HSL 31.14º 0.37% 0.58% -
HSV(B) 31.14º 0.42% 0.74% -
XYZ 34.41 33.61 19.14 -
YUV 156.69 101.09 150.33 -
System Red Green Blue C M Y K H S L
Decimal 188 150 109 0 0.20 0.42 0.26 31.14 0.37 0.58
Hex BC 96 6D 0 14 2A 1A 1F 25 3A
Octal 274 226 155 0 24 52 32 37 45 72
Binary 10111100 10010110 1101101 0 10100 101010 11010 11111 100101 111010

Color Harmonies of #BC966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC966D

Black with #BC966D

Text Example


Text Example

White with #BC966D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC966D; }

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

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

background-color css

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

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

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

border-color css

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

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

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