Html Css Color HEX #BCA06C Fallow

📋 copy color: '#BCA06C'

red 188 ◦ green 160 ◦ blue 108

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

Shades of Fallow #BCA06C

Tints of Fallow #BCA06C

RGB

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

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

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

R = 41.23%
G = 35.09%
B = 23.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.43

 K value IS 0.26

RGB Variations

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

Color information

#BCA06C (or 0xBCA06C) is known color: Fallow. HEX triplet: BC, A0 and 6C. RGB value is (188,160,108). Sum of RGB (Red+Green+Blue) = 188+160+108=456 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.23% from 456); Green value is 160 (62.89% from 255 or 35.09% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA06C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA06C is #435F93. Grayscale: #A2A2A2. Windows color (decimal): -4415380 or 7119036. OLE color: 7119036.

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

Color convert

RGB 188 160 108 -
CMYK 0 0.15 0.43 0.26
HSL 39º 0.37% 0.58% -
HSV(B) 39º 0.43% 0.74% -
XYZ 36.02 36.92 19.41 -
YUV 162.44 97.28 146.23 -
System Red Green Blue C M Y K H S L
Decimal 188 160 108 0 0.15 0.43 0.26 39 0.37 0.58
Hex BC A0 6C 0 F 2B 1A 27 25 3A
Octal 274 240 154 0 17 53 32 47 45 72
Binary 10111100 10100000 1101100 0 1111 101011 11010 100111 100101 111010

Color Harmonies of #BCA06C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA06C

Black with #BCA06C

Text Example


Text Example

White with #BCA06C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA06C; }

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

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

background-color css

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

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

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

border-color css

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

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

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