Html Css Color HEX #BC9964 Fallow

📋 copy color: '#BC9964'

red 188 ◦ green 153 ◦ blue 100

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

Shades of Fallow #BC9964

Tints of Fallow #BC9964

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34.69%

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

R = 42.63%
G = 34.69%
B = 22.68%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.47

 K value IS 0.26

RGB Variations

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

Color information

#BC9964 (or 0xBC9964) is known color: Fallow. HEX triplet: BC, 99 and 64. RGB value is (188,153,100). Sum of RGB (Red+Green+Blue) = 188+153+100=441 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.63% from 441); Green value is 153 (60.16% from 255 or 34.69% from 441); Blue value is 100 (39.45% from 255 or 22.68% from 441); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BC9964 is #43669B. Grayscale: #9D9D9D. Windows color (decimal): -4417180 or 6592956. OLE color: 6592956.

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

Color convert

RGB 188 153 100 -
CMYK 0 0.19 0.47 0.26
HSL 36.14º 0.4% 0.56% -
HSV(B) 36.14º 0.47% 0.74% -
XYZ 34.43 34.39 16.88 -
YUV 157.42 95.6 149.81 -
System Red Green Blue C M Y K H S L
Decimal 188 153 100 0 0.19 0.47 0.26 36.14 0.4 0.56
Hex BC 99 64 0 13 2F 1A 24 28 38
Octal 274 231 144 0 23 57 32 44 50 70
Binary 10111100 10011001 1100100 0 10011 101111 11010 100100 101000 111000

Color Harmonies of #BC9964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9964

Black with #BC9964

Text Example


Text Example

White with #BC9964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9964; }

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

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

background-color css

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

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

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

border-color css

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

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

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