#B8948A

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

Shades of Del Rio #B8948A

Tints of Del Rio #B8948A

Color information

#B8948A (or 0xB8948A) is unknown color: approx Del Rio. HEX triplet: B8, 94 and 8A. RGB value is (184,148,138). Sum of RGB (Red+Green+Blue) = 184+148+138=470 (62% of max value = 765). Red value is 184 (72.27% from 255 or 39.15% from 470); Green value is 148 (58.20% from 255 or 31.49% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 184 - color contains mainly: red. Hex color #B8948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8948A is #476B75. Grayscale: #9D9D9D. Windows color (decimal): -4680566 or 9082040. OLE color: 9082040.

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

Color convert

RGB184148138-
CMYK00.200.250.28
HSL13.04º24.47%63.14%-
HSV(B)13.04º25%72.16%-
XYZ34.9433.2128.61-
YUV157.62116.93146.81-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 39.15%
GREEN value IS 148 (58.20% from 255) = 31.49%
BLUE value IS 138 (54.30% from 255) = 29.36%
R=39.15%
G=31.49%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18414813800.200.250.2813.0424.4763.14
HexB8948A014191Cd183f
Octal2702242120243134153077
Binary1011100010010100100010100101001100111100110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8948A; }

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

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

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

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

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

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

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

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