Html Css Color HEX #B89282 Pale Taupe

📋 copy color: '#B89282'

red 184 ◦ green 146 ◦ blue 130

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

Shades of Pale Taupe #B89282

Tints of Pale Taupe #B89282

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.74%

 BLUE value IS 130 (51.17% from 255) = 28.26%

R = 40%
G = 31.74%
B = 28.26%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B89282 (or 0xB89282) is known color: Pale Taupe. HEX triplet: B8, 92 and 82. RGB value is (184,146,130). Sum of RGB (Red+Green+Blue) = 184+146+130=460 (60% of max value = 765). Red value is 184 (72.27% from 255 or 40% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 184 - color contains mainly: red. Hex color #B89282 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B89282 is #476D7D. Grayscale: #9B9B9B. Windows color (decimal): -4681086 or 8557240. OLE color: 8557240.

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

Color convert

RGB 184 146 130 -
CMYK 0 0.21 0.29 0.28
HSL 17.78º 0.28% 0.62% -
HSV(B) 17.78º 0.29% 0.72% -
XYZ 34.08 32.36 25.57 -
YUV 155.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 184 146 130 0 0.21 0.29 0.28 17.78 0.28 0.62
Hex B8 92 82 0 15 1D 1C 12 1C 3E
Octal 270 222 202 0 25 35 34 22 34 76
Binary 10111000 10010010 10000010 0 10101 11101 11100 10010 11100 111110

Color Harmonies of #B89282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B89282

Black with #B89282

Text Example


Text Example

White with #B89282

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B89282; }

 p { color: rgb(184,146,130); }

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

background-color css

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

 a { background-color: rgb(184,146,130); }

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

border-color css

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

 span { border-color: rgb(184,146,130); }

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