Html Css Color HEX #BCA082 Pale Taupe

📋 copy color: '#BCA082'

red 188 ◦ green 160 ◦ blue 130

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

Shades of Pale Taupe #BCA082

Tints of Pale Taupe #BCA082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 27.2%

R = 39.33%
G = 33.47%
B = 27.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.26

RGB Variations

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

Color information

#BCA082 (or 0xBCA082) is known color: Pale Taupe. HEX triplet: BC, A0 and 82. RGB value is (188,160,130). Sum of RGB (Red+Green+Blue) = 188+160+130=478 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.33% from 478); Green value is 160 (62.89% from 255 or 33.47% from 478); Blue value is 130 (51.17% from 255 or 27.20% from 478); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BCA082 is #435F7D. Grayscale: #A5A5A5. Windows color (decimal): -4415358 or 8560828. OLE color: 8560828.

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

Color convert

RGB 188 160 130 -
CMYK 0 0.15 0.31 0.26
HSL 31.03º 0.3% 0.62% -
HSV(B) 31.03º 0.31% 0.74% -
XYZ 37.34 37.44 26.38 -
YUV 164.95 108.28 144.44 -
System Red Green Blue C M Y K H S L
Decimal 188 160 130 0 0.15 0.31 0.26 31.03 0.3 0.62
Hex BC A0 82 0 F 1F 1A 1F 1E 3E
Octal 274 240 202 0 17 37 32 37 36 76
Binary 10111100 10100000 10000010 0 1111 11111 11010 11111 11110 111110

Color Harmonies of #BCA082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA082

Black with #BCA082

Text Example


Text Example

White with #BCA082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA082; }

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

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

background-color css

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

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

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

border-color css

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

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

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