Html Css Color HEX #BC9C81 Pale Taupe

📋 copy color: '#BC9C81'

red 188 ◦ green 156 ◦ blue 129

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

Shades of Pale Taupe #BC9C81

Tints of Pale Taupe #BC9C81

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.98%

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

R = 39.75%
G = 32.98%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BC9C81 (or 0xBC9C81) is known color: Pale Taupe. HEX triplet: BC, 9C and 81. RGB value is (188,156,129). Sum of RGB (Red+Green+Blue) = 188+156+129=473 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.75% from 473); Green value is 156 (61.33% from 255 or 32.98% from 473); Blue value is 129 (50.78% from 255 or 27.27% from 473); Max value from RGB is 188 - color contains mainly: red. Hex color #BC9C81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BC9C81 is #43637E. Grayscale: #A2A2A2. Windows color (decimal): -4416383 or 8494268. OLE color: 8494268.

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

Color convert

RGB 188 156 129 -
CMYK 0 0.17 0.31 0.26
HSL 27.46º 0.31% 0.62% -
HSV(B) 27.46º 0.31% 0.74% -
XYZ 36.59 36.05 25.8 -
YUV 162.49 109.1 146.2 -
System Red Green Blue C M Y K H S L
Decimal 188 156 129 0 0.17 0.31 0.26 27.46 0.31 0.62
Hex BC 9C 81 0 11 1F 1A 1B 1F 3E
Octal 274 234 201 0 21 37 32 33 37 76
Binary 10111100 10011100 10000001 0 10001 11111 11010 11011 11111 111110

Color Harmonies of #BC9C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC9C81

Black with #BC9C81

Text Example


Text Example

White with #BC9C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC9C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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