Html Css Color HEX #B9907E Pale Taupe

📋 copy color: '#B9907E'

red 185 ◦ green 144 ◦ blue 126

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

Shades of Pale Taupe #B9907E

Tints of Pale Taupe #B9907E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 27.69%

R = 40.66%
G = 31.65%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B9907E (or 0xB9907E) is known color: Pale Taupe. HEX triplet: B9, 90 and 7E. RGB value is (185,144,126). Sum of RGB (Red+Green+Blue) = 185+144+126=455 (60% of max value = 765). Red value is 185 (72.66% from 255 or 40.66% from 455); Green value is 144 (56.64% from 255 or 31.65% from 455); Blue value is 126 (49.61% from 255 or 27.69% from 455); Max value from RGB is 185 - color contains mainly: red. Hex color #B9907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B9907E is #466F81. Grayscale: #9A9A9A. Windows color (decimal): -4616066 or 8294585. OLE color: 8294585.

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

Color convert

RGB 185 144 126 -
CMYK 0 0.22 0.32 0.27
HSL 18.31º 0.3% 0.61% -
HSV(B) 18.31º 0.32% 0.73% -
XYZ 33.75 31.77 24.09 -
YUV 154.21 112.08 149.96 -
System Red Green Blue C M Y K H S L
Decimal 185 144 126 0 0.22 0.32 0.27 18.31 0.3 0.61
Hex B9 90 7E 0 16 20 1B 12 1E 3D
Octal 271 220 176 0 26 40 33 22 36 75
Binary 10111001 10010000 1111110 0 10110 100000 11011 10010 11110 111101

Color Harmonies of #B9907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9907E

Black with #B9907E

Text Example


Text Example

White with #B9907E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9907E; }

 p { color: rgb(185,144,126); }

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

background-color css

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

 a { background-color: rgb(185,144,126); }

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

border-color css

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

 span { border-color: rgb(185,144,126); }

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