Html Css Color HEX #BB917B Pale Taupe

📋 copy color: '#BB917B'

red 187 ◦ green 145 ◦ blue 123

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

Shades of Pale Taupe #BB917B

Tints of Pale Taupe #BB917B

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.87%

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

R = 41.1%
G = 31.87%
B = 27.03%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB917B (or 0xBB917B) is known color: Pale Taupe. HEX triplet: BB, 91 and 7B. RGB value is (187,145,123). Sum of RGB (Red+Green+Blue) = 187+145+123=455 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.10% from 455); Green value is 145 (57.03% from 255 or 31.87% from 455); Blue value is 123 (48.44% from 255 or 27.03% from 455); Max value from RGB is 187 - color contains mainly: red. Hex color #BB917B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB917B is #446E84. Grayscale: #9B9B9B. Windows color (decimal): -4484741 or 8098235. OLE color: 8098235.

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

Color convert

RGB 187 145 123 -
CMYK 0 0.22 0.34 0.27
HSL 20.63º 0.32% 0.61% -
HSV(B) 20.63º 0.34% 0.73% -
XYZ 34.19 32.25 23.16 -
YUV 155.05 109.91 150.79 -
System Red Green Blue C M Y K H S L
Decimal 187 145 123 0 0.22 0.34 0.27 20.63 0.32 0.61
Hex BB 91 7B 0 16 22 1B 15 20 3D
Octal 273 221 173 0 26 42 33 25 40 75
Binary 10111011 10010001 1111011 0 10110 100010 11011 10101 100000 111101

Color Harmonies of #BB917B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB917B

Black with #BB917B

Text Example


Text Example

White with #BB917B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB917B; }

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

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

background-color css

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

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

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

border-color css

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

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

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