Html Css Color HEX #B7907E Pale Taupe

📋 copy color: '#B7907E'

red 183 ◦ green 144 ◦ blue 126

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

Shades of Pale Taupe #B7907E

Tints of Pale Taupe #B7907E

RGB

 RED value IS 183 (71.88% from 255) = 40.4%

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

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

R = 40.4%
G = 31.79%
B = 27.81%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.31

 K value IS 0.28

RGB Variations

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

Color information

#B7907E (or 0xB7907E) is known color: Pale Taupe. HEX triplet: B7, 90 and 7E. RGB value is (183,144,126). Sum of RGB (Red+Green+Blue) = 183+144+126=453 (60% of max value = 765). Red value is 183 (71.88% from 255 or 40.40% from 453); Green value is 144 (56.64% from 255 or 31.79% from 453); Blue value is 126 (49.61% from 255 or 27.81% from 453); Max value from RGB is 183 - color contains mainly: red. Hex color #B7907E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #B7907E is #486F81. Grayscale: #999999. Windows color (decimal): -4747138 or 8294583. OLE color: 8294583.

HSL color Cylindrical-coordinate representation of color #B7907E: hue angle of 18.95º degrees, saturation: 0.28, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B7907E is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 144 126 -
CMYK 0 0.21 0.31 0.28
HSL 18.95º 0.28% 0.61% -
HSV(B) 18.95º 0.31% 0.72% -
XYZ 33.27 31.52 24.07 -
YUV 153.61 112.42 148.96 -
System Red Green Blue C M Y K H S L
Decimal 183 144 126 0 0.21 0.31 0.28 18.95 0.28 0.61
Hex B7 90 7E 0 15 1F 1C 13 1C 3D
Octal 267 220 176 0 25 37 34 23 34 75
Binary 10110111 10010000 1111110 0 10101 11111 11100 10011 11100 111101

Color Harmonies of #B7907E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7907E

Black with #B7907E

Text Example


Text Example

White with #B7907E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7907E; }

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

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

background-color css

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

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

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

border-color css

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

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

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