Html Css Color HEX #B5998C Del Rio

📋 copy color: '#B5998C'

red 181 ◦ green 153 ◦ blue 140

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

Shades of Del Rio #B5998C

Tints of Del Rio #B5998C

RGB

 RED value IS 181 (71.09% from 255) = 38.19%

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

 BLUE value IS 140 (55.08% from 255) = 29.54%

R = 38.19%
G = 32.28%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B5998C (or 0xB5998C) is known color: Del Rio. HEX triplet: B5, 99 and 8C. RGB value is (181,153,140). Sum of RGB (Red+Green+Blue) = 181+153+140=474 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.19% from 474); Green value is 153 (60.16% from 255 or 32.28% from 474); Blue value is 140 (55.08% from 255 or 29.54% from 474); Max value from RGB is 181 - color contains mainly: red. Hex color #B5998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5998C is #4A6673. Grayscale: #9F9F9F. Windows color (decimal): -4875892 or 9214389. OLE color: 9214389.

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

Color convert

RGB 181 153 140 -
CMYK 0 0.15 0.23 0.29
HSL 19.02º 0.22% 0.63% -
HSV(B) 19.02º 0.23% 0.71% -
XYZ 35.18 34.5 29.62 -
YUV 159.89 116.78 143.06 -
System Red Green Blue C M Y K H S L
Decimal 181 153 140 0 0.15 0.23 0.29 19.02 0.22 0.63
Hex B5 99 8C 0 F 17 1D 13 16 3F
Octal 265 231 214 0 17 27 35 23 26 77
Binary 10110101 10011001 10001100 0 1111 10111 11101 10011 10110 111111

Color Harmonies of #B5998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5998C

Black with #B5998C

Text Example


Text Example

White with #B5998C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5998C; }

 p { color: rgb(181,153,140); }

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

background-color css

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

 a { background-color: rgb(181,153,140); }

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

border-color css

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

 span { border-color: rgb(181,153,140); }

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