Html Css Color HEX #BCA06D Fallow

📋 copy color: '#BCA06D'

red 188 ◦ green 160 ◦ blue 109

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

Shades of Fallow #BCA06D

Tints of Fallow #BCA06D

RGB

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

 GREEN value IS 160 (62.89% from 255) = 35.01%

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

R = 41.14%
G = 35.01%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.42

 K value IS 0.26

RGB Variations

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

Color information

#BCA06D (or 0xBCA06D) is known color: Fallow. HEX triplet: BC, A0 and 6D. RGB value is (188,160,109). Sum of RGB (Red+Green+Blue) = 188+160+109=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 160 (62.89% from 255 or 35.01% from 457); Blue value is 109 (42.97% from 255 or 23.85% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA06D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA06D is #435F92. Grayscale: #A2A2A2. Windows color (decimal): -4415379 or 7184572. OLE color: 7184572.

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

Color convert

RGB 188 160 109 -
CMYK 0 0.15 0.42 0.26
HSL 38.73º 0.37% 0.58% -
HSV(B) 38.73º 0.42% 0.74% -
XYZ 36.07 36.94 19.7 -
YUV 162.56 97.78 146.15 -
System Red Green Blue C M Y K H S L
Decimal 188 160 109 0 0.15 0.42 0.26 38.73 0.37 0.58
Hex BC A0 6D 0 F 2A 1A 27 25 3A
Octal 274 240 155 0 17 52 32 47 45 72
Binary 10111100 10100000 1101101 0 1111 101010 11010 100111 100101 111010

Color Harmonies of #BCA06D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA06D

Black with #BCA06D

Text Example


Text Example

White with #BCA06D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA06D; }

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

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

background-color css

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

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

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

border-color css

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

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

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