Html Css Color HEX #B9998B Del Rio

📋 copy color: '#B9998B'

red 185 ◦ green 153 ◦ blue 139

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

Shades of Del Rio #B9998B

Tints of Del Rio #B9998B

RGB

 RED value IS 185 (72.66% from 255) = 38.78%

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

 BLUE value IS 139 (54.69% from 255) = 29.14%

R = 38.78%
G = 32.08%
B = 29.14%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9998B (or 0xB9998B) is known color: Del Rio. HEX triplet: B9, 99 and 8B. RGB value is (185,153,139). Sum of RGB (Red+Green+Blue) = 185+153+139=477 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.78% from 477); Green value is 153 (60.16% from 255 or 32.08% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 185 - color contains mainly: red. Hex color #B9998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9998B is #466674. Grayscale: #A1A1A1. Windows color (decimal): -4613749 or 9148857. OLE color: 9148857.

HSL color Cylindrical-coordinate representation of color #B9998B: hue angle of 18.26º degrees, saturation: 0.25, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9998B is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 153 139 -
CMYK 0 0.17 0.25 0.27
HSL 18.26º 0.25% 0.64% -
HSV(B) 18.26º 0.25% 0.73% -
XYZ 36.06 34.96 29.27 -
YUV 160.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 185 153 139 0 0.17 0.25 0.27 18.26 0.25 0.64
Hex B9 99 8B 0 11 19 1B 12 19 40
Octal 271 231 213 0 21 31 33 22 31 100
Binary 10111001 10011001 10001011 0 10001 11001 11011 10010 11001 1000000

Color Harmonies of #B9998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9998B

Black with #B9998B

Text Example


Text Example

White with #B9998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9998B; }

 p { color: rgb(185,153,139); }

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

background-color css

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

 a { background-color: rgb(185,153,139); }

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

border-color css

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

 span { border-color: rgb(185,153,139); }

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