#B5948A

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

Shades of Del Rio #B5948A

Tints of Del Rio #B5948A

Color information

#B5948A (or 0xB5948A) is unknown color: approx Del Rio. HEX triplet: B5, 94 and 8A. RGB value is (181,148,138). Sum of RGB (Red+Green+Blue) = 181+148+138=467 (61% of max value = 765). Red value is 181 (71.09% from 255 or 38.76% from 467); Green value is 148 (58.20% from 255 or 31.69% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 181 - color contains mainly: red. Hex color #B5948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5948A is #4A6B75. Grayscale: #9C9C9C. Windows color (decimal): -4877174 or 9082037. OLE color: 9082037.

HSL color Cylindrical-coordinate representation of color #B5948A: hue angle of 13.95º 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 #B5948A is Cyan = 0, Magento = 0.18, Yellow = 0.24 and Black (K on CMYK) = 0.29.

Color convert

RGB181148138-
CMYK00.180.240.29
HSL13.95º22.51%62.55%-
HSV(B)13.95º23.76%70.98%-
XYZ34.2332.8428.58-
YUV156.73117.43145.31-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.76%
GREEN value IS 148 (58.20% from 255) = 31.69%
BLUE value IS 138 (54.30% from 255) = 29.55%
R=38.76%
G=31.69%
B=29.55%

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
Decimal18114813800.180.240.2913.9522.5162.55
HexB5948A012181De173f
Octal2652242120223035162777
Binary1011010110010100100010100100101100011101111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5948A; }

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

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

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

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

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

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

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

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