#B7958B

Color #B7958B Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #B7958B

Tints of Del Rio #B7958B

Color information

#B7958B (or 0xB7958B) is unknown color: approx Del Rio. HEX triplet: B7, 95 and 8B. RGB value is (183,149,139). Sum of RGB (Red+Green+Blue) = 183+149+139=471 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.85% from 471); Green value is 149 (58.59% from 255 or 31.63% from 471); Blue value is 139 (54.69% from 255 or 29.51% from 471); Max value from RGB is 183 - color contains mainly: red. Hex color #B7958B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7958B is #486A74. Grayscale: #9E9E9E. Windows color (decimal): -4745845 or 9147831. OLE color: 9147831.

HSL color Cylindrical-coordinate representation of color #B7958B: hue angle of 13.64º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7958B is Cyan = 0, Magento = 0.19, Yellow = 0.24 and Black (K on CMYK) = 0.28.

Color convert

RGB183149139-
CMYK00.190.240.28
HSL13.64º23.4%63.14%-
HSV(B)13.64º24.04%71.76%-
XYZ34.9433.4329.04-
YUV158.03117.26145.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.85%
GREEN value IS 149 (58.59% from 255) = 31.63%
BLUE value IS 139 (54.69% from 255) = 29.51%
R=38.85%
G=31.63%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18314913900.190.240.2813.6423.463.14
HexB7958B013181Ce173f
Octal2672252130233034162777
Binary1011011110010101100010110100111100011100111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7958B; }

 p { color: rgb(183,149,139); }

 H1.HeaderClassName
 {
   color: #B7958B;
 }
 .AnyTagClassName
 {
   color: #B7958B;
 }
</style>
background-color css

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

 a { background-color: rgb(183,149,139); }

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

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

 span { border-color: rgb(183,149,139); }

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