Html Css Color HEX #B89B7F Pale Taupe

📋 copy color: '#B89B7F'

red 184 ◦ green 155 ◦ blue 127

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

Shades of Pale Taupe #B89B7F

Tints of Pale Taupe #B89B7F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.26%

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

R = 39.48%
G = 33.26%
B = 27.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B89B7F (or 0xB89B7F) is known color: Pale Taupe. HEX triplet: B8, 9B and 7F. RGB value is (184,155,127). Sum of RGB (Red+Green+Blue) = 184+155+127=466 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.48% from 466); Green value is 155 (60.94% from 255 or 33.26% from 466); Blue value is 127 (50% from 255 or 27.25% from 466); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B7F is #476480. Grayscale: #A0A0A0. Windows color (decimal): -4678785 or 8362936. OLE color: 8362936.

HSL color Cylindrical-coordinate representation of color #B89B7F: hue angle of 29.47º 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 #B89B7F is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 155 127 -
CMYK 0 0.16 0.31 0.28
HSL 29.47º 0.29% 0.61% -
HSV(B) 29.47º 0.31% 0.72% -
XYZ 35.32 35.17 25 -
YUV 160.48 109.11 144.78 -
System Red Green Blue C M Y K H S L
Decimal 184 155 127 0 0.16 0.31 0.28 29.47 0.29 0.61
Hex B8 9B 7F 0 10 1F 1C 1D 1D 3D
Octal 270 233 177 0 20 37 34 35 35 75
Binary 10111000 10011011 1111111 0 10000 11111 11100 11101 11101 111101

Color Harmonies of #B89B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89B7F

Black with #B89B7F

Text Example


Text Example

White with #B89B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89B7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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