#B3948A

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

Shades of Del Rio #B3948A

Tints of Del Rio #B3948A

Color information

#B3948A (or 0xB3948A) is unknown color: approx Del Rio. HEX triplet: B3, 94 and 8A. RGB value is (179,148,138). Sum of RGB (Red+Green+Blue) = 179+148+138=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 148 (58.20% from 255 or 31.83% from 465); Blue value is 138 (54.30% from 255 or 29.68% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B3948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3948A is #4C6B75. Grayscale: #9C9C9C. Windows color (decimal): -5008246 or 9082035. OLE color: 9082035.

HSL color Cylindrical-coordinate representation of color #B3948A: hue angle of 14.63º degrees, saturation: 0.21, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B3948A is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB179148138-
CMYK00.170.230.30
HSL14.63º21.24%62.16%-
HSV(B)14.63º22.91%70.2%-
XYZ33.7732.628.56-
YUV156.13117.77144.31-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 38.49%
GREEN value IS 148 (58.20% from 255) = 31.83%
BLUE value IS 138 (54.30% from 255) = 29.68%
R=38.49%
G=31.83%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17914813800.170.230.3014.6321.2462.16
HexB3948A011171Ef153e
Octal2632242120212736172576
Binary1011001110010100100010100100011011111110111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3948A; }

 p { color: rgb(179,148,138); }

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

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

 a { background-color: rgb(179,148,138); }

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

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

 span { border-color: rgb(179,148,138); }

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