Html Css Color HEX #BCA07C Pale Taupe

📋 copy color: '#BCA07C'

red 188 ◦ green 160 ◦ blue 124

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

Shades of Pale Taupe #BCA07C

Tints of Pale Taupe #BCA07C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 26.27%

R = 39.83%
G = 33.9%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCA07C (or 0xBCA07C) is known color: Pale Taupe. HEX triplet: BC, A0 and 7C. RGB value is (188,160,124). Sum of RGB (Red+Green+Blue) = 188+160+124=472 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.83% from 472); Green value is 160 (62.89% from 255 or 33.90% from 472); Blue value is 124 (48.83% from 255 or 26.27% from 472); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA07C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA07C is #435F83. Grayscale: #A4A4A4. Windows color (decimal): -4415364 or 8167612. OLE color: 8167612.

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

Color convert

RGB 188 160 124 -
CMYK 0 0.15 0.34 0.26
HSL 33.75º 0.32% 0.61% -
HSV(B) 33.75º 0.34% 0.74% -
XYZ 36.95 37.29 24.32 -
YUV 164.27 105.28 144.93 -
System Red Green Blue C M Y K H S L
Decimal 188 160 124 0 0.15 0.34 0.26 33.75 0.32 0.61
Hex BC A0 7C 0 F 22 1A 22 20 3D
Octal 274 240 174 0 17 42 32 42 40 75
Binary 10111100 10100000 1111100 0 1111 100010 11010 100010 100000 111101

Color Harmonies of #BCA07C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA07C

Black with #BCA07C

Text Example


Text Example

White with #BCA07C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA07C; }

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

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

background-color css

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

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

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

border-color css

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

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

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