#B6948A

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

Shades of Del Rio #B6948A

Tints of Del Rio #B6948A

Color information

#B6948A (or 0xB6948A) is unknown color: approx Del Rio. HEX triplet: B6, 94 and 8A. RGB value is (182,148,138). Sum of RGB (Red+Green+Blue) = 182+148+138=468 (61% of max value = 765). Red value is 182 (71.48% from 255 or 38.89% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 138 (54.30% from 255 or 29.49% from 468); Max value from RGB is 182 - color contains mainly: red. Hex color #B6948A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6948A is #496B75. Grayscale: #9D9D9D. Windows color (decimal): -4811638 or 9082038. OLE color: 9082038.

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

Color convert

RGB182148138-
CMYK00.190.240.29
HSL13.64º23.16%62.75%-
HSV(B)13.64º24.18%71.37%-
XYZ34.4732.9628.59-
YUV157.03117.26145.81-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.89%
GREEN value IS 148 (58.20% from 255) = 31.62%
BLUE value IS 138 (54.30% from 255) = 29.49%
R=38.89%
G=31.62%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18214813800.190.240.2913.6423.1662.75
HexB6948A013181De173f
Octal2662242120233035162777
Binary1011011010010100100010100100111100011101111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6948A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6948A; }

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

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

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

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

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

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

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

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