#B6998B

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

Shades of Del Rio #B6998B

Tints of Del Rio #B6998B

Color information

#B6998B (or 0xB6998B) is unknown color: approx Del Rio. HEX triplet: B6, 99 and 8B. RGB value is (182,153,139). Sum of RGB (Red+Green+Blue) = 182+153+139=474 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.40% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 139 (54.69% from 255 or 29.32% from 474); Max value from RGB is 182 - color contains mainly: red. Hex color #B6998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6998B is #496674. Grayscale: #A0A0A0. Windows color (decimal): -4810357 or 9148854. OLE color: 9148854.

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

Color convert

RGB182153139-
CMYK00.160.240.29
HSL19.53º22.75%62.94%-
HSV(B)19.53º23.63%71.37%-
XYZ35.3434.5929.24-
YUV160.07116.11143.64-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 38.40%
GREEN value IS 153 (60.16% from 255) = 32.28%
BLUE value IS 139 (54.69% from 255) = 29.32%
R=38.40%
G=32.28%
B=29.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18215313900.160.240.2919.5322.7562.94
HexB6998B010181D14173f
Octal2662312130203035242777
Binary10110110100110011000101101000011000111011010010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6998B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6998B; }

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

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

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

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

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

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

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

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