#B6998C

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

Shades of Del Rio #B6998C

Tints of Del Rio #B6998C

Color information

#B6998C (or 0xB6998C) is unknown color: approx Del Rio. HEX triplet: B6, 99 and 8C. RGB value is (182,153,140). Sum of RGB (Red+Green+Blue) = 182+153+140=475 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.32% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 140 (55.08% from 255 or 29.47% from 475); Max value from RGB is 182 - color contains mainly: red. Hex color #B6998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6998C is #496673. Grayscale: #A0A0A0. Windows color (decimal): -4810356 or 9214390. OLE color: 9214390.

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

Color convert

RGB182153140-
CMYK00.160.230.29
HSL18.57º22.34%63.14%-
HSV(B)18.57º23.08%71.37%-
XYZ35.4234.6229.63-
YUV160.19116.61143.56-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.32%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 140 (55.08% from 255) = 29.47%
R=38.32%
G=32.21%
B=29.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215314000.160.230.2918.5722.3463.14
HexB6998C010171D13163f
Octal2662312140202735232677
Binary10110110100110011000110001000010111111011001110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6998C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6998C; }

 p { color: rgb(182,153,140); }

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

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

 a { background-color: rgb(182,153,140); }

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

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

 span { border-color: rgb(182,153,140); }

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