Html Css Color HEX #BB9377 Pale Taupe

📋 copy color: '#BB9377'

red 187 ◦ green 147 ◦ blue 119

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

Shades of Pale Taupe #BB9377

Tints of Pale Taupe #BB9377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 26.27%

R = 41.28%
G = 32.45%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB9377 (or 0xBB9377) is known color: Pale Taupe. HEX triplet: BB, 93 and 77. RGB value is (187,147,119). Sum of RGB (Red+Green+Blue) = 187+147+119=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 147 (57.81% from 255 or 32.45% from 453); Blue value is 119 (46.88% from 255 or 26.27% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9377 is #446C88. Grayscale: #9B9B9B. Windows color (decimal): -4484233 or 7836603. OLE color: 7836603.

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

Color convert

RGB 187 147 119 -
CMYK 0 0.21 0.36 0.27
HSL 24.71º 0.33% 0.6% -
HSV(B) 24.71º 0.36% 0.73% -
XYZ 34.26 32.76 21.97 -
YUV 155.77 107.25 150.28 -
System Red Green Blue C M Y K H S L
Decimal 187 147 119 0 0.21 0.36 0.27 24.71 0.33 0.6
Hex BB 93 77 0 15 24 1B 19 21 3C
Octal 273 223 167 0 25 44 33 31 41 74
Binary 10111011 10010011 1110111 0 10101 100100 11011 11001 100001 111100

Color Harmonies of #BB9377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9377

Black with #BB9377

Text Example


Text Example

White with #BB9377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9377; }

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

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

background-color css

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

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

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

border-color css

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

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

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