Html Css Color HEX #B4998F Del Rio

📋 copy color: '#B4998F'

red 180 ◦ green 153 ◦ blue 143

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

Shades of Del Rio #B4998F

Tints of Del Rio #B4998F

RGB

 RED value IS 180 (70.7% from 255) = 37.82%

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

 BLUE value IS 143 (56.25% from 255) = 30.04%

R = 37.82%
G = 32.14%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B4998F (or 0xB4998F) is known color: Del Rio. HEX triplet: B4, 99 and 8F. RGB value is (180,153,143). Sum of RGB (Red+Green+Blue) = 180+153+143=476 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.82% from 476); Green value is 153 (60.16% from 255 or 32.14% from 476); Blue value is 143 (56.25% from 255 or 30.04% from 476); Max value from RGB is 180 - color contains mainly: red. Hex color #B4998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B4998F is #4B6670. Grayscale: #9F9F9F. Windows color (decimal): -4941425 or 9410996. OLE color: 9410996.

HSL color Cylindrical-coordinate representation of color #B4998F: hue angle of 16.22º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B4998F is Cyan = 0, Magento = 0.15, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 153 143 -
CMYK 0 0.15 0.21 0.29
HSL 16.22º 0.2% 0.63% -
HSV(B) 16.22º 0.21% 0.71% -
XYZ 35.17 34.47 30.79 -
YUV 159.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 180 153 143 0 0.15 0.21 0.29 16.22 0.2 0.63
Hex B4 99 8F 0 F 15 1D 10 14 3F
Octal 264 231 217 0 17 25 35 20 24 77
Binary 10110100 10011001 10001111 0 1111 10101 11101 10000 10100 111111

Color Harmonies of #B4998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4998F

Black with #B4998F

Text Example


Text Example

White with #B4998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4998F; }

 p { color: rgb(180,153,143); }

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

background-color css

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

 a { background-color: rgb(180,153,143); }

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

border-color css

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

 span { border-color: rgb(180,153,143); }

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