Html Css Color HEX #BCA07B Pale Taupe

📋 copy color: '#BCA07B'

red 188 ◦ green 160 ◦ blue 123

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

Shades of Pale Taupe #BCA07B

Tints of Pale Taupe #BCA07B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 26.11%

R = 39.92%
G = 33.97%
B = 26.11%

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

#BCA07B (or 0xBCA07B) is known color: Pale Taupe. HEX triplet: BC, A0 and 7B. RGB value is (188,160,123). Sum of RGB (Red+Green+Blue) = 188+160+123=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 123 (48.44% from 255 or 26.11% from 471); Max value from RGB is 188 - color contains mainly: red. Hex color #BCA07B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BCA07B is #435F84. Grayscale: #A4A4A4. Windows color (decimal): -4415365 or 8102076. OLE color: 8102076.

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

Color convert

RGB 188 160 123 -
CMYK 0 0.15 0.35 0.26
HSL 34.15º 0.33% 0.61% -
HSV(B) 34.15º 0.35% 0.74% -
XYZ 36.89 37.26 23.99 -
YUV 164.15 104.78 145.01 -
System Red Green Blue C M Y K H S L
Decimal 188 160 123 0 0.15 0.35 0.26 34.15 0.33 0.61
Hex BC A0 7B 0 F 23 1A 22 21 3D
Octal 274 240 173 0 17 43 32 42 41 75
Binary 10111100 10100000 1111011 0 1111 100011 11010 100010 100001 111101

Color Harmonies of #BCA07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCA07B

Black with #BCA07B

Text Example


Text Example

White with #BCA07B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCA07B; }

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

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

background-color css

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

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

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

border-color css

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

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

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