#B6958A

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

Shades of Del Rio #B6958A

Tints of Del Rio #B6958A

Color information

#B6958A (or 0xB6958A) is unknown color: approx Del Rio. HEX triplet: B6, 95 and 8A. RGB value is (182,149,138). Sum of RGB (Red+Green+Blue) = 182+149+138=469 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.81% from 469); Green value is 149 (58.59% from 255 or 31.77% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 182 - color contains mainly: red. Hex color #B6958A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6958A is #496A75. Grayscale: #9D9D9D. Windows color (decimal): -4811382 or 9082294. OLE color: 9082294.

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

Color convert

RGB182149138-
CMYK00.180.240.29
HSL15º23.16%62.75%-
HSV(B)15º24.18%71.37%-
XYZ34.6333.2728.64-
YUV157.61116.93145.39-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.81%
GREEN value IS 149 (58.59% from 255) = 31.77%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=38.81%
G=31.77%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214913800.180.240.291523.1662.75
HexB6958A012181Df173f
Octal2662252120223035172777
Binary1011011010010101100010100100101100011101111110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6958A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6958A; }

 p { color: rgb(182,149,138); }

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

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

 a { background-color: rgb(182,149,138); }

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

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

 span { border-color: rgb(182,149,138); }

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