#B2998D

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

Shades of Del Rio #B2998D

Tints of Del Rio #B2998D

Color information

#B2998D (or 0xB2998D) is unknown color: approx Del Rio. HEX triplet: B2, 99 and 8D. RGB value is (178,153,141). Sum of RGB (Red+Green+Blue) = 178+153+141=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 141 (55.47% from 255 or 29.87% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2998D is #4D6672. Grayscale: #9F9F9F. Windows color (decimal): -5072499 or 9279922. OLE color: 9279922.

HSL color Cylindrical-coordinate representation of color #B2998D: hue angle of 19.46º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2998D is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB178153141-
CMYK00.140.210.30
HSL19.46º19.37%62.55%-
HSV(B)19.46º20.79%69.8%-
XYZ34.5634.1729.97-
YUV159.11117.78141.48-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 37.71%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 141 (55.47% from 255) = 29.87%
R=37.71%
G=32.42%
B=29.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.21
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17815314100.140.210.3019.4619.3762.55
HexB2998D0E151E13133f
Octal2622312150162536232377
Binary1011001010011001100011010111010101111101001110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2998D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2998D; }

 p { color: rgb(178,153,141); }

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

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

 a { background-color: rgb(178,153,141); }

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

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

 span { border-color: rgb(178,153,141); }

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