Html Css Color HEX #BCA07A Pale Taupe

📋 copy color: '#BCA07A'

red 188 ◦ green 160 ◦ blue 122

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

Shades of Pale Taupe #BCA07A

Tints of Pale Taupe #BCA07A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.96%

R = 40%
G = 34.04%
B = 25.96%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.26

RGB Variations

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

Color information

#BCA07A (or 0xBCA07A) is known color: Pale Taupe. HEX triplet: BC, A0 and 7A. RGB value is (188,160,122). Sum of RGB (Red+Green+Blue) = 188+160+122=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 160 (62.89% from 255 or 34.04% from 470); Blue value is 122 (48.05% from 255 or 25.96% from 470); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA07A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA07A is #435F85. Grayscale: #A4A4A4. Windows color (decimal): -4415366 or 8036540. OLE color: 8036540.

HSL color Cylindrical-coordinate representation of color #BCA07A: hue angle of 34.55º degrees, saturation: 0.33, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BCA07A is Cyan = 0, Magento = 0.15, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 160 122 -
CMYK 0 0.15 0.35 0.26
HSL 34.55º 0.33% 0.61% -
HSV(B) 34.55º 0.35% 0.74% -
XYZ 36.82 37.24 23.66 -
YUV 164.04 104.28 145.09 -
System Red Green Blue C M Y K H S L
Decimal 188 160 122 0 0.15 0.35 0.26 34.55 0.33 0.61
Hex BC A0 7A 0 F 23 1A 23 21 3D
Octal 274 240 172 0 17 43 32 43 41 75
Binary 10111100 10100000 1111010 0 1111 100011 11010 100011 100001 111101

Color Harmonies of #BCA07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA07A

Black with #BCA07A

Text Example


Text Example

White with #BCA07A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA07A; }

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

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

background-color css

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

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

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

border-color css

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

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

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