Html Css Color HEX #BCA06F Fallow

📋 copy color: '#BCA06F'

red 188 ◦ green 160 ◦ blue 111

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

Shades of Fallow #BCA06F

Tints of Fallow #BCA06F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 40.96%
G = 34.86%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.41

 K value IS 0.26

RGB Variations

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

Color information

#BCA06F (or 0xBCA06F) is known color: Fallow. HEX triplet: BC, A0 and 6F. RGB value is (188,160,111). Sum of RGB (Red+Green+Blue) = 188+160+111=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 160 (62.89% from 255 or 34.86% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA06F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA06F is #435F90. Grayscale: #A3A3A3. Windows color (decimal): -4415377 or 7315644. OLE color: 7315644.

HSL color Cylindrical-coordinate representation of color #BCA06F: hue angle of 38.18º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCA06F is Cyan = 0, Magento = 0.15, Yellow = 0.41 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 111 -
CMYK 0 0.15 0.41 0.26
HSL 38.18º 0.36% 0.59% -
HSV(B) 38.18º 0.41% 0.74% -
XYZ 36.18 36.98 20.27 -
YUV 162.79 98.78 145.98 -
System Red Green Blue C M Y K H S L
Decimal 188 160 111 0 0.15 0.41 0.26 38.18 0.36 0.59
Hex BC A0 6F 0 F 29 1A 26 24 3B
Octal 274 240 157 0 17 51 32 46 44 73
Binary 10111100 10100000 1101111 0 1111 101001 11010 100110 100100 111011

Color Harmonies of #BCA06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA06F

Black with #BCA06F

Text Example


Text Example

White with #BCA06F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA06F; }

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

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

background-color css

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

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

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

border-color css

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

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

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