Html Css Color HEX #BB937D Pale Taupe

📋 copy color: '#BB937D'

red 187 ◦ green 147 ◦ blue 125

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

Shades of Pale Taupe #BB937D

Tints of Pale Taupe #BB937D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 27.23%

R = 40.74%
G = 32.03%
B = 27.23%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB937D (or 0xBB937D) is known color: Pale Taupe. HEX triplet: BB, 93 and 7D. RGB value is (187,147,125). Sum of RGB (Red+Green+Blue) = 187+147+125=459 (60% of max value = 765). Red value is 187 (73.44% from 255 or 40.74% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 125 (49.22% from 255 or 27.23% from 459); Max value from RGB is 187 - color contains mainly: red. Hex color #BB937D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB937D is #446C82. Grayscale: #9C9C9C. Windows color (decimal): -4484227 or 8229819. OLE color: 8229819.

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

Color convert

RGB 187 147 125 -
CMYK 0 0.21 0.33 0.27
HSL 21.29º 0.31% 0.61% -
HSV(B) 21.29º 0.33% 0.73% -
XYZ 34.63 32.91 23.93 -
YUV 156.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 187 147 125 0 0.21 0.33 0.27 21.29 0.31 0.61
Hex BB 93 7D 0 15 21 1B 15 1F 3D
Octal 273 223 175 0 25 41 33 25 37 75
Binary 10111011 10010011 1111101 0 10101 100001 11011 10101 11111 111101

Color Harmonies of #BB937D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB937D

Black with #BB937D

Text Example


Text Example

White with #BB937D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB937D; }

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

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

background-color css

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

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

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

border-color css

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

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

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