Html Css Color HEX #BC9466 Fallow

📋 copy color: '#BC9466'

red 188 ◦ green 148 ◦ blue 102

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

Shades of Fallow #BC9466

Tints of Fallow #BC9466

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.79%

 BLUE value IS 102 (40.23% from 255) = 23.29%

R = 42.92%
G = 33.79%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BC9466 (or 0xBC9466) is known color: Fallow. HEX triplet: BC, 94 and 66. RGB value is (188,148,102). Sum of RGB (Red+Green+Blue) = 188+148+102=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 148 (58.20% from 255 or 33.79% from 438); Blue value is 102 (40.23% from 255 or 23.29% from 438); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9466 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9466 is #436B99. Grayscale: #9A9A9A. Windows color (decimal): -4418458 or 6722748. OLE color: 6722748.

HSL color Cylindrical-coordinate representation of color #BC9466: hue angle of 32.09º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #BC9466 is Cyan = 0, Magento = 0.21, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 148 102 -
CMYK 0 0.21 0.46 0.26
HSL 32.09º 0.39% 0.57% -
HSV(B) 32.09º 0.46% 0.74% -
XYZ 33.73 32.83 17.13 -
YUV 154.72 98.25 151.74 -
System Red Green Blue C M Y K H S L
Decimal 188 148 102 0 0.21 0.46 0.26 32.09 0.39 0.57
Hex BC 94 66 0 15 2E 1A 20 27 39
Octal 274 224 146 0 25 56 32 40 47 71
Binary 10111100 10010100 1100110 0 10101 101110 11010 100000 100111 111001

Color Harmonies of #BC9466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9466

Black with #BC9466

Text Example


Text Example

White with #BC9466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9466; }

 p { color: rgb(188,148,102); }

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

background-color css

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

 a { background-color: rgb(188,148,102); }

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

border-color css

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

 span { border-color: rgb(188,148,102); }

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