Html Css Color HEX #B0988D Del Rio

📋 copy color: '#B0988D'

red 176 ◦ green 152 ◦ blue 141

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

Shades of Del Rio #B0988D

Tints of Del Rio #B0988D

RGB

 RED value IS 176 (69.14% from 255) = 37.53%

 GREEN value IS 152 (59.77% from 255) = 32.41%

 BLUE value IS 141 (55.47% from 255) = 30.06%

R = 37.53%
G = 32.41%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0988D (or 0xB0988D) is known color: Del Rio. HEX triplet: B0, 98 and 8D. RGB value is (176,152,141). Sum of RGB (Red+Green+Blue) = 176+152+141=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 152 (59.77% from 255 or 32.41% from 469); Blue value is 141 (55.47% from 255 or 30.06% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0988D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0988D is #4F6772. Grayscale: #9D9D9D. Windows color (decimal): -5203827 or 9279664. OLE color: 9279664.

HSL color Cylindrical-coordinate representation of color #B0988D: hue angle of 18.86º degrees, saturation: 0.18, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0988D is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 152 141 -
CMYK 0 0.14 0.20 0.31
HSL 18.86º 0.18% 0.62% -
HSV(B) 18.86º 0.2% 0.69% -
XYZ 33.94 33.61 29.9 -
YUV 157.92 118.45 140.89 -
System Red Green Blue C M Y K H S L
Decimal 176 152 141 0 0.14 0.20 0.31 18.86 0.18 0.62
Hex B0 98 8D 0 E 14 1F 13 12 3E
Octal 260 230 215 0 16 24 37 23 22 76
Binary 10110000 10011000 10001101 0 1110 10100 11111 10011 10010 111110

Color Harmonies of #B0988D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0988D

Black with #B0988D

Text Example


Text Example

White with #B0988D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0988D; }

 p { color: rgb(176,152,141); }

 H1.HeaderClassName
 {
   color: #B0988D;
 }
 .AnyTagClassName
 {
   color: #B0988D;
 }
</style>

background-color css

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

 a { background-color: rgb(176,152,141); }

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

border-color css

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

 span { border-color: rgb(176,152,141); }

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