Html Css Color HEX #B89B7E Pale Taupe

📋 copy color: '#B89B7E'

red 184 ◦ green 155 ◦ blue 126

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

Shades of Pale Taupe #B89B7E

Tints of Pale Taupe #B89B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.1%

R = 39.57%
G = 33.33%
B = 27.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B89B7E (or 0xB89B7E) is known color: Pale Taupe. HEX triplet: B8, 9B and 7E. RGB value is (184,155,126). Sum of RGB (Red+Green+Blue) = 184+155+126=465 (61% of max value = 765). Red value is 184 (72.27% from 255 or 39.57% from 465); Green value is 155 (60.94% from 255 or 33.33% from 465); Blue value is 126 (49.61% from 255 or 27.10% from 465); Max value from RGB is 184 - color contains mainly: red. Hex color #B89B7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B89B7E is #476481. Grayscale: #A0A0A0. Windows color (decimal): -4678786 or 8297400. OLE color: 8297400.

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

Color convert

RGB 184 155 126 -
CMYK 0 0.16 0.32 0.28
HSL 30º 0.29% 0.61% -
HSV(B) 30º 0.32% 0.72% -
XYZ 35.25 35.14 24.66 -
YUV 160.37 108.61 144.86 -
System Red Green Blue C M Y K H S L
Decimal 184 155 126 0 0.16 0.32 0.28 30 0.29 0.61
Hex B8 9B 7E 0 10 20 1C 1E 1D 3D
Octal 270 233 176 0 20 40 34 36 35 75
Binary 10111000 10011011 1111110 0 10000 100000 11100 11110 11101 111101

Color Harmonies of #B89B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89B7E

Black with #B89B7E

Text Example


Text Example

White with #B89B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89B7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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