Html Css Color HEX #B0998D Del Rio

📋 copy color: '#B0998D'

red 176 ◦ green 153 ◦ blue 141

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

Shades of Del Rio #B0998D

Tints of Del Rio #B0998D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.55%

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

R = 37.45%
G = 32.55%
B = 30%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B0998D (or 0xB0998D) is known color: Del Rio. HEX triplet: B0, 99 and 8D. RGB value is (176,153,141). Sum of RGB (Red+Green+Blue) = 176+153+141=470 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.45% from 470); Green value is 153 (60.16% from 255 or 32.55% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 176 - color contains mainly: red. Hex color #B0998D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0998D is #4F6672. Grayscale: #9E9E9E. Windows color (decimal): -5203571 or 9279920. OLE color: 9279920.

HSL color Cylindrical-coordinate representation of color #B0998D: hue angle of 20.57º 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 #B0998D is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 153 141 -
CMYK 0 0.13 0.20 0.31
HSL 20.57º 0.18% 0.62% -
HSV(B) 20.57º 0.2% 0.69% -
XYZ 34.1 33.94 29.95 -
YUV 158.51 118.12 140.48 -
System Red Green Blue C M Y K H S L
Decimal 176 153 141 0 0.13 0.20 0.31 20.57 0.18 0.62
Hex B0 99 8D 0 D 14 1F 15 12 3E
Octal 260 231 215 0 15 24 37 25 22 76
Binary 10110000 10011001 10001101 0 1101 10100 11111 10101 10010 111110

Color Harmonies of #B0998D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0998D

Black with #B0998D

Text Example


Text Example

White with #B0998D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0998D; }

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

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

background-color css

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

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

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

border-color css

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

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

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