Html Css Color HEX #BCA16C Fallow

📋 copy color: '#BCA16C'

red 188 ◦ green 161 ◦ blue 108

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

Shades of Fallow #BCA16C

Tints of Fallow #BCA16C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 35.23%

 BLUE value IS 108 (42.58% from 255) = 23.63%

R = 41.14%
G = 35.23%
B = 23.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BCA16C (or 0xBCA16C) is known color: Fallow. HEX triplet: BC, A1 and 6C. RGB value is (188,161,108). Sum of RGB (Red+Green+Blue) = 188+161+108=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 161 (63.28% from 255 or 35.23% from 457); Blue value is 108 (42.58% from 255 or 23.63% from 457); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA16C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA16C is #435E93. Grayscale: #A3A3A3. Windows color (decimal): -4415124 or 7119292. OLE color: 7119292.

HSL color Cylindrical-coordinate representation of color #BCA16C: hue angle of 39.75º degrees, saturation: 0.37, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCA16C is Cyan = 0, Magento = 0.14, Yellow = 0.43 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 161 108 -
CMYK 0 0.14 0.43 0.26
HSL 39.75º 0.37% 0.58% -
HSV(B) 39.75º 0.43% 0.74% -
XYZ 36.19 37.26 19.47 -
YUV 163.03 96.95 145.81 -
System Red Green Blue C M Y K H S L
Decimal 188 161 108 0 0.14 0.43 0.26 39.75 0.37 0.58
Hex BC A1 6C 0 E 2B 1A 28 25 3A
Octal 274 241 154 0 16 53 32 50 45 72
Binary 10111100 10100001 1101100 0 1110 101011 11010 101000 100101 111010

Color Harmonies of #BCA16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA16C

Black with #BCA16C

Text Example


Text Example

White with #BCA16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA16C; }

 p { color: rgb(188,161,108); }

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

background-color css

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

 a { background-color: rgb(188,161,108); }

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

border-color css

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

 span { border-color: rgb(188,161,108); }

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