Html Css Color HEX #BB9A7B Pale Taupe

📋 copy color: '#BB9A7B'

red 187 ◦ green 154 ◦ blue 123

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

Shades of Pale Taupe #BB9A7B

Tints of Pale Taupe #BB9A7B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.19%

 BLUE value IS 123 (48.44% from 255) = 26.51%

R = 40.3%
G = 33.19%
B = 26.51%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB9A7B (or 0xBB9A7B) is known color: Pale Taupe. HEX triplet: BB, 9A and 7B. RGB value is (187,154,123). Sum of RGB (Red+Green+Blue) = 187+154+123=464 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.30% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 123 (48.44% from 255 or 26.51% from 464); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9A7B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9A7B is #446584. Grayscale: #A0A0A0. Windows color (decimal): -4482437 or 8100539. OLE color: 8100539.

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

Color convert

RGB 187 154 123 -
CMYK 0 0.18 0.34 0.27
HSL 29.06º 0.32% 0.61% -
HSV(B) 29.06º 0.34% 0.73% -
XYZ 35.62 35.11 23.64 -
YUV 160.33 106.93 147.02 -
System Red Green Blue C M Y K H S L
Decimal 187 154 123 0 0.18 0.34 0.27 29.06 0.32 0.61
Hex BB 9A 7B 0 12 22 1B 1D 20 3D
Octal 273 232 173 0 22 42 33 35 40 75
Binary 10111011 10011010 1111011 0 10010 100010 11011 11101 100000 111101

Color Harmonies of #BB9A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9A7B

Black with #BB9A7B

Text Example


Text Example

White with #BB9A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9A7B; }

 p { color: rgb(187,154,123); }

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

background-color css

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

 a { background-color: rgb(187,154,123); }

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

border-color css

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

 span { border-color: rgb(187,154,123); }

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