Html Css Color HEX #BB9482 Pale Taupe

📋 copy color: '#BB9482'

red 187 ◦ green 148 ◦ blue 130

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

Shades of Pale Taupe #BB9482

Tints of Pale Taupe #BB9482

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.83%

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

R = 40.22%
G = 31.83%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB9482 (or 0xBB9482) is known color: Pale Taupe. HEX triplet: BB, 94 and 82. RGB value is (187,148,130). Sum of RGB (Red+Green+Blue) = 187+148+130=465 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.22% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 130 (51.17% from 255 or 27.96% from 465); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9482 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #BB9482 is #446B7D. Grayscale: #9D9D9D. Windows color (decimal): -4483966 or 8557755. OLE color: 8557755.

HSL color Cylindrical-coordinate representation of color #BB9482: hue angle of 18.95º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BB9482 is Cyan = 0, Magento = 0.21, Yellow = 0.30 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 148 130 -
CMYK 0 0.21 0.30 0.27
HSL 18.95º 0.3% 0.62% -
HSV(B) 18.95º 0.3% 0.73% -
XYZ 35.11 33.36 25.71 -
YUV 157.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 187 148 130 0 0.21 0.30 0.27 18.95 0.3 0.62
Hex BB 94 82 0 15 1E 1B 13 1E 3E
Octal 273 224 202 0 25 36 33 23 36 76
Binary 10111011 10010100 10000010 0 10101 11110 11011 10011 11110 111110

Color Harmonies of #BB9482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9482

Black with #BB9482

Text Example


Text Example

White with #BB9482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9482; }

 p { color: rgb(187,148,130); }

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

background-color css

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

 a { background-color: rgb(187,148,130); }

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

border-color css

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

 span { border-color: rgb(187,148,130); }

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