Html Css Color HEX #BB9278 Pale Taupe

📋 copy color: '#BB9278'

red 187 ◦ green 146 ◦ blue 120

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

Shades of Pale Taupe #BB9278

Tints of Pale Taupe #BB9278

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.23%

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

R = 41.28%
G = 32.23%
B = 26.49%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#BB9278 (or 0xBB9278) is known color: Pale Taupe. HEX triplet: BB, 92 and 78. RGB value is (187,146,120). Sum of RGB (Red+Green+Blue) = 187+146+120=453 (60% of max value = 765). Red value is 187 (73.44% from 255 or 41.28% from 453); Green value is 146 (57.42% from 255 or 32.23% from 453); Blue value is 120 (47.27% from 255 or 26.49% from 453); Max value from RGB is 187 - color contains mainly: red. Hex color #BB9278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #BB9278 is #446D87. Grayscale: #9B9B9B. Windows color (decimal): -4484488 or 7901883. OLE color: 7901883.

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

Color convert

RGB 187 146 120 -
CMYK 0 0.22 0.36 0.27
HSL 23.28º 0.33% 0.6% -
HSV(B) 23.28º 0.36% 0.73% -
XYZ 34.16 32.48 22.24 -
YUV 155.3 108.08 150.61 -
System Red Green Blue C M Y K H S L
Decimal 187 146 120 0 0.22 0.36 0.27 23.28 0.33 0.6
Hex BB 92 78 0 16 24 1B 17 21 3C
Octal 273 222 170 0 26 44 33 27 41 74
Binary 10111011 10010010 1111000 0 10110 100100 11011 10111 100001 111100

Color Harmonies of #BB9278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB9278

Black with #BB9278

Text Example


Text Example

White with #BB9278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB9278; }

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

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

background-color css

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

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

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

border-color css

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

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

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