Html Css Color HEX #BCA56D Fallow

📋 copy color: '#BCA56D'

red 188 ◦ green 165 ◦ blue 109

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

Shades of Fallow #BCA56D

Tints of Fallow #BCA56D

RGB

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

 GREEN value IS 165 (64.84% from 255) = 35.71%

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

R = 40.69%
G = 35.71%
B = 23.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BCA56D (or 0xBCA56D) is known color: Fallow. HEX triplet: BC, A5 and 6D. RGB value is (188,165,109). Sum of RGB (Red+Green+Blue) = 188+165+109=462 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.69% from 462); Green value is 165 (64.84% from 255 or 35.71% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA56D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA56D is #435A92. Grayscale: #A5A5A5. Windows color (decimal): -4414099 or 7185852. OLE color: 7185852.

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

Color convert

RGB 188 165 109 -
CMYK 0 0.12 0.42 0.26
HSL 42.53º 0.37% 0.58% -
HSV(B) 42.53º 0.42% 0.74% -
XYZ 36.95 38.71 19.99 -
YUV 165.49 96.12 144.05 -
System Red Green Blue C M Y K H S L
Decimal 188 165 109 0 0.12 0.42 0.26 42.53 0.37 0.58
Hex BC A5 6D 0 C 2A 1A 2B 25 3A
Octal 274 245 155 0 14 52 32 53 45 72
Binary 10111100 10100101 1101101 0 1100 101010 11010 101011 100101 111010

Color Harmonies of #BCA56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA56D

Black with #BCA56D

Text Example


Text Example

White with #BCA56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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