Html Css Color HEX #BCA066 Fallow

📋 copy color: '#BCA066'

red 188 ◦ green 160 ◦ blue 102

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

Shades of Fallow #BCA066

Tints of Fallow #BCA066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 22.67%

R = 41.78%
G = 35.56%
B = 22.67%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.46

 K value IS 0.26

RGB Variations

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

Color information

#BCA066 (or 0xBCA066) is known color: Fallow. HEX triplet: BC, A0 and 66. RGB value is (188,160,102). Sum of RGB (Red+Green+Blue) = 188+160+102=450 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.78% from 450); Green value is 160 (62.89% from 255 or 35.56% from 450); Blue value is 102 (40.23% from 255 or 22.67% from 450); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA066 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA066 is #435F99. Grayscale: #A2A2A2. Windows color (decimal): -4415386 or 6725820. OLE color: 6725820.

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

Color convert

RGB 188 160 102 -
CMYK 0 0.15 0.46 0.26
HSL 40.47º 0.39% 0.57% -
HSV(B) 40.47º 0.46% 0.74% -
XYZ 35.71 36.79 17.79 -
YUV 161.76 94.28 146.72 -
System Red Green Blue C M Y K H S L
Decimal 188 160 102 0 0.15 0.46 0.26 40.47 0.39 0.57
Hex BC A0 66 0 F 2E 1A 28 27 39
Octal 274 240 146 0 17 56 32 50 47 71
Binary 10111100 10100000 1100110 0 1111 101110 11010 101000 100111 111001

Color Harmonies of #BCA066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA066

Black with #BCA066

Text Example


Text Example

White with #BCA066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA066; }

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

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

background-color css

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

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

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

border-color css

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

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

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