Html Css Color HEX #BB9276 Pale Taupe

📋 copy color: '#BB9276'

red 187 ◦ green 146 ◦ blue 118

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

Shades of Pale Taupe #BB9276

Tints of Pale Taupe #BB9276

RGB

 RED value IS 187 (73.44% from 255) = 41.46%

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

 BLUE value IS 118 (46.48% from 255) = 26.16%

R = 41.46%
G = 32.37%
B = 26.16%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB9276 (or 0xBB9276) is known color: Pale Taupe. HEX triplet: BB, 92 and 76. RGB value is (187,146,118). Sum of RGB (Red+Green+Blue) = 187+146+118=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 146 (57.42% from 255 or 32.37% from 451); Blue value is 118 (46.48% from 255 or 26.16% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9276 is #446D89. Grayscale: #9B9B9B. Windows color (decimal): -4484490 or 7770811. OLE color: 7770811.

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

Color convert

RGB 187 146 118 -
CMYK 0 0.22 0.37 0.27
HSL 24.35º 0.34% 0.6% -
HSV(B) 24.35º 0.37% 0.73% -
XYZ 34.04 32.43 21.61 -
YUV 155.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 187 146 118 0 0.22 0.37 0.27 24.35 0.34 0.6
Hex BB 92 76 0 16 25 1B 18 22 3C
Octal 273 222 166 0 26 45 33 30 42 74
Binary 10111011 10010010 1110110 0 10110 100101 11011 11000 100010 111100

Color Harmonies of #BB9276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9276

Black with #BB9276

Text Example


Text Example

White with #BB9276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9276; }

 p { color: rgb(187,146,118); }

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

background-color css

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

 a { background-color: rgb(187,146,118); }

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

border-color css

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

 span { border-color: rgb(187,146,118); }

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