Html Css Color HEX #B8A07F Pale Taupe

📋 copy color: '#B8A07F'

red 184 ◦ green 160 ◦ blue 127

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

Shades of Pale Taupe #B8A07F

Tints of Pale Taupe #B8A07F

RGB

 RED value IS 184 (72.27% from 255) = 39.07%

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

 BLUE value IS 127 (50% from 255) = 26.96%

R = 39.07%
G = 33.97%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B8A07F (or 0xB8A07F) is known color: Pale Taupe. HEX triplet: B8, A0 and 7F. RGB value is (184,160,127). Sum of RGB (Red+Green+Blue) = 184+160+127=471 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.07% from 471); Green value is 160 (62.89% from 255 or 33.97% from 471); Blue value is 127 (50% from 255 or 26.96% from 471); Max value from RGB is 184 - color contains mainly: red. Hex color #B8A07F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B8A07F is #475F80. Grayscale: #A3A3A3. Windows color (decimal): -4677505 or 8364216. OLE color: 8364216.

HSL color Cylindrical-coordinate representation of color #B8A07F: hue angle of 34.74º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8A07F is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 160 127 -
CMYK 0 0.13 0.31 0.28
HSL 34.74º 0.29% 0.61% -
HSV(B) 34.74º 0.31% 0.72% -
XYZ 36.17 36.86 25.29 -
YUV 163.41 107.45 142.68 -
System Red Green Blue C M Y K H S L
Decimal 184 160 127 0 0.13 0.31 0.28 34.74 0.29 0.61
Hex B8 A0 7F 0 D 1F 1C 23 1D 3D
Octal 270 240 177 0 15 37 34 43 35 75
Binary 10111000 10100000 1111111 0 1101 11111 11100 100011 11101 111101

Color Harmonies of #B8A07F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A07F

Black with #B8A07F

Text Example


Text Example

White with #B8A07F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A07F; }

 p { color: rgb(184,160,127); }

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

background-color css

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

 a { background-color: rgb(184,160,127); }

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

border-color css

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

 span { border-color: rgb(184,160,127); }

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