Html Css Color HEX #BB957D Pale Taupe

📋 copy color: '#BB957D'

red 187 ◦ green 149 ◦ blue 125

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

Shades of Pale Taupe #BB957D

Tints of Pale Taupe #BB957D

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.32%

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

R = 40.56%
G = 32.32%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB957D (or 0xBB957D) is known color: Pale Taupe. HEX triplet: BB, 95 and 7D. RGB value is (187,149,125). Sum of RGB (Red+Green+Blue) = 187+149+125=461 (61% of max value = 765). Red value is 187 (73.44% from 255 or 40.56% from 461); Green value is 149 (58.59% from 255 or 32.32% from 461); Blue value is 125 (49.22% from 255 or 27.11% from 461); Max value from RGB is 187 - color contains mainly: red. Hex color #BB957D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB957D is #446A82. Grayscale: #9D9D9D. Windows color (decimal): -4483715 or 8230331. OLE color: 8230331.

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

Color convert

RGB 187 149 125 -
CMYK 0 0.20 0.33 0.27
HSL 23.23º 0.31% 0.61% -
HSV(B) 23.23º 0.33% 0.73% -
XYZ 34.94 33.54 24.03 -
YUV 157.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 187 149 125 0 0.20 0.33 0.27 23.23 0.31 0.61
Hex BB 95 7D 0 14 21 1B 17 1F 3D
Octal 273 225 175 0 24 41 33 27 37 75
Binary 10111011 10010101 1111101 0 10100 100001 11011 10111 11111 111101

Color Harmonies of #BB957D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB957D

Black with #BB957D

Text Example


Text Example

White with #BB957D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB957D; }

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

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

background-color css

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

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

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

border-color css

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

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

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