Html Css Color HEX #BB9078 Pale Taupe

📋 copy color: '#BB9078'

red 187 ◦ green 144 ◦ blue 120

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

Shades of Pale Taupe #BB9078

Tints of Pale Taupe #BB9078

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.93%

 BLUE value IS 120 (47.27% from 255) = 26.61%

R = 41.46%
G = 31.93%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB9078 (or 0xBB9078) is known color: Pale Taupe. HEX triplet: BB, 90 and 78. RGB value is (187,144,120). Sum of RGB (Red+Green+Blue) = 187+144+120=451 (59% of max value = 765). Red value is 187 (73.44% from 255 or 41.46% from 451); Green value is 144 (56.64% from 255 or 31.93% from 451); Blue value is 120 (47.27% from 255 or 26.61% from 451); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9078 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9078 is #446F87. Grayscale: #9A9A9A. Windows color (decimal): -4485000 or 7901371. OLE color: 7901371.

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

Color convert

RGB 187 144 120 -
CMYK 0 0.23 0.36 0.27
HSL 21.49º 0.33% 0.6% -
HSV(B) 21.49º 0.36% 0.73% -
XYZ 33.86 31.87 22.14 -
YUV 154.12 108.75 151.45 -
System Red Green Blue C M Y K H S L
Decimal 187 144 120 0 0.23 0.36 0.27 21.49 0.33 0.6
Hex BB 90 78 0 17 24 1B 15 21 3C
Octal 273 220 170 0 27 44 33 25 41 74
Binary 10111011 10010000 1111000 0 10111 100100 11011 10101 100001 111100

Color Harmonies of #BB9078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9078

Black with #BB9078

Text Example


Text Example

White with #BB9078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9078; }

 p { color: rgb(187,144,120); }

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

background-color css

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

 a { background-color: rgb(187,144,120); }

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

border-color css

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

 span { border-color: rgb(187,144,120); }

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