Html Css Color HEX #BB9E7D Pale Taupe

📋 copy color: '#BB9E7D'

red 187 ◦ green 158 ◦ blue 125

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

Shades of Pale Taupe #BB9E7D

Tints of Pale Taupe #BB9E7D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.62%

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

R = 39.79%
G = 33.62%
B = 26.6%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#BB9E7D (or 0xBB9E7D) is known color: Pale Taupe. HEX triplet: BB, 9E and 7D. RGB value is (187,158,125). Sum of RGB (Red+Green+Blue) = 187+158+125=470 (62% of max value = 765). Red value is 187 (73.44% from 255 or 39.79% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 125 (49.22% from 255 or 26.60% from 470); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9E7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9E7D is #446182. Grayscale: #A3A3A3. Windows color (decimal): -4481411 or 8232635. OLE color: 8232635.

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

Color convert

RGB 187 158 125 -
CMYK 0 0.16 0.33 0.27
HSL 31.94º 0.31% 0.61% -
HSV(B) 31.94º 0.33% 0.73% -
XYZ 36.42 36.5 24.53 -
YUV 162.91 106.61 145.18 -
System Red Green Blue C M Y K H S L
Decimal 187 158 125 0 0.16 0.33 0.27 31.94 0.31 0.61
Hex BB 9E 7D 0 10 21 1B 20 1F 3D
Octal 273 236 175 0 20 41 33 40 37 75
Binary 10111011 10011110 1111101 0 10000 100001 11011 100000 11111 111101

Color Harmonies of #BB9E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9E7D

Black with #BB9E7D

Text Example


Text Example

White with #BB9E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9E7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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