Html Css Color HEX #B88F7A Pale Taupe

📋 copy color: '#B88F7A'

red 184 ◦ green 143 ◦ blue 122

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

Shades of Pale Taupe #B88F7A

Tints of Pale Taupe #B88F7A

RGB

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

 GREEN value IS 143 (56.25% from 255) = 31.85%

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

R = 40.98%
G = 31.85%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B88F7A (or 0xB88F7A) is known color: Pale Taupe. HEX triplet: B8, 8F and 7A. RGB value is (184,143,122). Sum of RGB (Red+Green+Blue) = 184+143+122=449 (59% of max value = 765). Red value is 184 (72.27% from 255 or 40.98% from 449); Green value is 143 (56.25% from 255 or 31.85% from 449); Blue value is 122 (48.05% from 255 or 27.17% from 449); Max value from RGB is 184 - color contains mainly: red. Hex color #B88F7A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B88F7A is #477085. Grayscale: #989898. Windows color (decimal): -4681862 or 8032184. OLE color: 8032184.

HSL color Cylindrical-coordinate representation of color #B88F7A: hue angle of 20.32º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B88F7A is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 143 122 -
CMYK 0 0.22 0.34 0.28
HSL 20.32º 0.3% 0.6% -
HSV(B) 20.32º 0.34% 0.72% -
XYZ 33.1 31.24 22.7 -
YUV 152.87 110.58 150.21 -
System Red Green Blue C M Y K H S L
Decimal 184 143 122 0 0.22 0.34 0.28 20.32 0.3 0.6
Hex B8 8F 7A 0 16 22 1C 14 1E 3C
Octal 270 217 172 0 26 42 34 24 36 74
Binary 10111000 10001111 1111010 0 10110 100010 11100 10100 11110 111100

Color Harmonies of #B88F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B88F7A

Black with #B88F7A

Text Example


Text Example

White with #B88F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B88F7A; }

 p { color: rgb(184,143,122); }

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

background-color css

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

 a { background-color: rgb(184,143,122); }

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

border-color css

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

 span { border-color: rgb(184,143,122); }

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