Html Css Color HEX #B2998D Del Rio

📋 copy color: '#B2998D'

red 178 ◦ green 153 ◦ blue 141

#B2998D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Del Rio #B2998D

Tints of Del Rio #B2998D

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 value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2998D (or 0xB2998D) is known color: 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

RGB 178 153 141 -
CMYK 0 0.14 0.21 0.30
HSL 19.46º 0.19% 0.63% -
HSV(B) 19.46º 0.21% 0.7% -
XYZ 34.56 34.17 29.97 -
YUV 159.11 117.78 141.48 -
System Red Green Blue C M Y K H S L
Decimal 178 153 141 0 0.14 0.21 0.30 19.46 0.19 0.63
Hex B2 99 8D 0 E 15 1E 13 13 3F
Octal 262 231 215 0 16 25 36 23 23 77
Binary 10110010 10011001 10001101 0 1110 10101 11110 10011 10011 111111

Color Harmonies of #B2998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2998D

Black with #B2998D

Text Example


Text Example

White with #B2998D

Text Example


Text Example

HTML Codes & Css Web 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>