Html Css Color HEX #BC9A81 Pale Taupe

📋 copy color: '#BC9A81'

red 188 ◦ green 154 ◦ blue 129

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

Shades of Pale Taupe #BC9A81

Tints of Pale Taupe #BC9A81

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.7%

 BLUE value IS 129 (50.78% from 255) = 27.39%

R = 39.92%
G = 32.7%
B = 27.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC9A81 (or 0xBC9A81) is known color: Pale Taupe. HEX triplet: BC, 9A and 81. RGB value is (188,154,129). Sum of RGB (Red+Green+Blue) = 188+154+129=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 154 (60.55% from 255 or 32.70% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9A81 is #43657E. Grayscale: #A1A1A1. Windows color (decimal): -4416895 or 8493756. OLE color: 8493756.

HSL color Cylindrical-coordinate representation of color #BC9A81: hue angle of 25.42º degrees, saturation: 0.31, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC9A81 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 154 129 -
CMYK 0 0.18 0.31 0.26
HSL 25.42º 0.31% 0.62% -
HSV(B) 25.42º 0.31% 0.74% -
XYZ 36.26 35.39 25.69 -
YUV 161.32 109.76 147.03 -
System Red Green Blue C M Y K H S L
Decimal 188 154 129 0 0.18 0.31 0.26 25.42 0.31 0.62
Hex BC 9A 81 0 12 1F 1A 19 1F 3E
Octal 274 232 201 0 22 37 32 31 37 76
Binary 10111100 10011010 10000001 0 10010 11111 11010 11001 11111 111110

Color Harmonies of #BC9A81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9A81

Black with #BC9A81

Text Example


Text Example

White with #BC9A81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9A81; }

 p { color: rgb(188,154,129); }

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

background-color css

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

 a { background-color: rgb(188,154,129); }

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

border-color css

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

 span { border-color: rgb(188,154,129); }

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