Html Css Color HEX #BCA17D Pale Taupe

📋 copy color: '#BCA17D'

red 188 ◦ green 161 ◦ blue 125

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

Shades of Pale Taupe #BCA17D

Tints of Pale Taupe #BCA17D

RGB

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

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

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

R = 39.66%
G = 33.97%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.34

 K value IS 0.26

RGB Variations

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

Color information

#BCA17D (or 0xBCA17D) is known color: Pale Taupe. HEX triplet: BC, A1 and 7D. RGB value is (188,161,125). Sum of RGB (Red+Green+Blue) = 188+161+125=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 161 (63.28% from 255 or 33.97% from 474); Blue value is 125 (49.22% from 255 or 26.37% from 474); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA17D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA17D is #435E82. Grayscale: #A5A5A5. Windows color (decimal): -4415107 or 8233404. OLE color: 8233404.

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

Color convert

RGB 188 161 125 -
CMYK 0 0.14 0.34 0.26
HSL 34.29º 0.32% 0.61% -
HSV(B) 34.29º 0.34% 0.74% -
XYZ 37.19 37.66 24.71 -
YUV 164.97 105.45 144.43 -
System Red Green Blue C M Y K H S L
Decimal 188 161 125 0 0.14 0.34 0.26 34.29 0.32 0.61
Hex BC A1 7D 0 E 22 1A 22 20 3D
Octal 274 241 175 0 16 42 32 42 40 75
Binary 10111100 10100001 1111101 0 1110 100010 11010 100010 100000 111101

Color Harmonies of #BCA17D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA17D

Black with #BCA17D

Text Example


Text Example

White with #BCA17D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA17D; }

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

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

background-color css

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

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

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

border-color css

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

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

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