Html Css Color HEX #BCA07D Pale Taupe

📋 copy color: '#BCA07D'

red 188 ◦ green 160 ◦ blue 125

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

Shades of Pale Taupe #BCA07D

Tints of Pale Taupe #BCA07D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 26.43%

R = 39.75%
G = 33.83%
B = 26.43%

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

#BCA07D (or 0xBCA07D) is known color: Pale Taupe. HEX triplet: BC, A0 and 7D. RGB value is (188,160,125). Sum of RGB (Red+Green+Blue) = 188+160+125=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 160 (62.89% from 255 or 33.83% from 473); Blue value is 125 (49.22% from 255 or 26.43% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA07D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA07D is #435F82. Grayscale: #A4A4A4. Windows color (decimal): -4415363 or 8233148. OLE color: 8233148.

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

Color convert

RGB 188 160 125 -
CMYK 0 0.15 0.34 0.26
HSL 33.33º 0.32% 0.61% -
HSV(B) 33.33º 0.34% 0.74% -
XYZ 37.01 37.31 24.65 -
YUV 164.38 105.78 144.85 -
System Red Green Blue C M Y K H S L
Decimal 188 160 125 0 0.15 0.34 0.26 33.33 0.32 0.61
Hex BC A0 7D 0 F 22 1A 21 20 3D
Octal 274 240 175 0 17 42 32 41 40 75
Binary 10111100 10100000 1111101 0 1111 100010 11010 100001 100000 111101

Color Harmonies of #BCA07D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA07D

Black with #BCA07D

Text Example


Text Example

White with #BCA07D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA07D; }

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

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

background-color css

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

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

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

border-color css

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

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

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