Html Css Color HEX #BC9464 Fallow

📋 copy color: '#BC9464'

red 188 ◦ green 148 ◦ blue 100

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

Shades of Fallow #BC9464

Tints of Fallow #BC9464

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 22.94%

R = 43.12%
G = 33.94%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC9464 (or 0xBC9464) is known color: Fallow. HEX triplet: BC, 94 and 64. RGB value is (188,148,100). Sum of RGB (Red+Green+Blue) = 188+148+100=436 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.12% from 436); Green value is 148 (58.20% from 255 or 33.94% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9464 is #436B9B. Grayscale: #9A9A9A. Windows color (decimal): -4418460 or 6591676. OLE color: 6591676.

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

Color convert

RGB 188 148 100 -
CMYK 0 0.21 0.47 0.26
HSL 32.73º 0.4% 0.56% -
HSV(B) 32.73º 0.47% 0.74% -
XYZ 33.63 32.79 16.61 -
YUV 154.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 188 148 100 0 0.21 0.47 0.26 32.73 0.4 0.56
Hex BC 94 64 0 15 2F 1A 21 28 38
Octal 274 224 144 0 25 57 32 41 50 70
Binary 10111100 10010100 1100100 0 10101 101111 11010 100001 101000 111000

Color Harmonies of #BC9464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9464

Black with #BC9464

Text Example


Text Example

White with #BC9464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9464; }

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

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

background-color css

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

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

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

border-color css

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

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

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