Html Css Color HEX #B99378 Pale Taupe

📋 copy color: '#B99378'

red 185 ◦ green 147 ◦ blue 120

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

Shades of Pale Taupe #B99378

Tints of Pale Taupe #B99378

RGB

 RED value IS 185 (72.66% from 255) = 40.93%

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

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

R = 40.93%
G = 32.52%
B = 26.55%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.35

 K value IS 0.27

RGB Variations

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

Color information

#B99378 (or 0xB99378) is known color: Pale Taupe. HEX triplet: B9, 93 and 78. RGB value is (185,147,120). Sum of RGB (Red+Green+Blue) = 185+147+120=452 (59% of max value = 765). Red value is 185 (72.66% from 255 or 40.93% from 452); Green value is 147 (57.81% from 255 or 32.52% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 185 - color contains mainly: red. Hex color #B99378 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B99378 is #466C87. Grayscale: #9B9B9B. Windows color (decimal): -4615304 or 7902137. OLE color: 7902137.

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

Color convert

RGB 185 147 120 -
CMYK 0 0.21 0.35 0.27
HSL 24.92º 0.32% 0.6% -
HSV(B) 24.92º 0.35% 0.73% -
XYZ 33.83 32.54 22.27 -
YUV 155.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 185 147 120 0 0.21 0.35 0.27 24.92 0.32 0.6
Hex B9 93 78 0 15 23 1B 19 20 3C
Octal 271 223 170 0 25 43 33 31 40 74
Binary 10111001 10010011 1111000 0 10101 100011 11011 11001 100000 111100

Color Harmonies of #B99378

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99378

Black with #B99378

Text Example


Text Example

White with #B99378

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99378; }

 p { color: rgb(185,147,120); }

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

background-color css

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

 a { background-color: rgb(185,147,120); }

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

border-color css

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

 span { border-color: rgb(185,147,120); }

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