Html Css Color HEX #BB9076 Pale Taupe

📋 copy color: '#BB9076'

red 187 ◦ green 144 ◦ blue 118

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

Shades of Pale Taupe #BB9076

Tints of Pale Taupe #BB9076

RGB

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

 GREEN value IS 144 (56.64% from 255) = 32.07%

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

R = 41.65%
G = 32.07%
B = 26.28%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#BB9076 (or 0xBB9076) is known color: Pale Taupe. HEX triplet: BB, 90 and 76. RGB value is (187,144,118). Sum of RGB (Red+Green+Blue) = 187+144+118=449 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.65% from 449); Green value is 144 (56.64% from 255 or 32.07% from 449); Blue value is 118 (46.48% from 255 or 26.28% from 449); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9076 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9076 is #446F89. Grayscale: #9A9A9A. Windows color (decimal): -4485002 or 7770299. OLE color: 7770299.

HSL color Cylindrical-coordinate representation of color #BB9076: hue angle of 22.61º 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 #BB9076 is Cyan = 0, Magento = 0.23, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 144 118 -
CMYK 0 0.23 0.37 0.27
HSL 22.61º 0.34% 0.6% -
HSV(B) 22.61º 0.37% 0.73% -
XYZ 33.74 31.82 21.5 -
YUV 153.89 107.75 151.61 -
System Red Green Blue C M Y K H S L
Decimal 187 144 118 0 0.23 0.37 0.27 22.61 0.34 0.6
Hex BB 90 76 0 17 25 1B 17 22 3C
Octal 273 220 166 0 27 45 33 27 42 74
Binary 10111011 10010000 1110110 0 10111 100101 11011 10111 100010 111100

Color Harmonies of #BB9076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9076

Black with #BB9076

Text Example


Text Example

White with #BB9076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9076; }

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

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

background-color css

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

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

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

border-color css

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

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

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