Html Css Color HEX #BB937B Pale Taupe

📋 copy color: '#BB937B'

red 187 ◦ green 147 ◦ blue 123

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

Shades of Pale Taupe #BB937B

Tints of Pale Taupe #BB937B

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.17%

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

R = 40.92%
G = 32.17%
B = 26.91%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.34

 K value IS 0.27

RGB Variations

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

Color information

#BB937B (or 0xBB937B) is known color: Pale Taupe. HEX triplet: BB, 93 and 7B. RGB value is (187,147,123). Sum of RGB (Red+Green+Blue) = 187+147+123=457 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.92% from 457); Green value is 147 (57.81% from 255 or 32.17% from 457); Blue value is 123 (48.44% from 255 or 26.91% from 457); Max value from RGB is 187 - color contains mainly: red. Hex color #BB937B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB937B is #446C84. Grayscale: #9C9C9C. Windows color (decimal): -4484229 or 8098747. OLE color: 8098747.

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

Color convert

RGB 187 147 123 -
CMYK 0 0.21 0.34 0.27
HSL 22.5º 0.32% 0.61% -
HSV(B) 22.5º 0.34% 0.73% -
XYZ 34.5 32.86 23.26 -
YUV 156.22 109.25 149.95 -
System Red Green Blue C M Y K H S L
Decimal 187 147 123 0 0.21 0.34 0.27 22.5 0.32 0.61
Hex BB 93 7B 0 15 22 1B 16 20 3D
Octal 273 223 173 0 25 42 33 26 40 75
Binary 10111011 10010011 1111011 0 10101 100010 11011 10110 100000 111101

Color Harmonies of #BB937B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB937B

Black with #BB937B

Text Example


Text Example

White with #BB937B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB937B; }

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

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

background-color css

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

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

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

border-color css

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

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

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