Html Css Color HEX #B9998F Del Rio

📋 copy color: '#B9998F'

red 185 ◦ green 153 ◦ blue 143

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

Shades of Del Rio #B9998F

Tints of Del Rio #B9998F

RGB

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

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

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

R = 38.46%
G = 31.81%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9998F (or 0xB9998F) is known color: Del Rio. HEX triplet: B9, 99 and 8F. RGB value is (185,153,143). Sum of RGB (Red+Green+Blue) = 185+153+143=481 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.46% from 481); Green value is 153 (60.16% from 255 or 31.81% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 185 - color contains mainly: red. Hex color #B9998F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9998F is #466670. Grayscale: #A1A1A1. Windows color (decimal): -4613745 or 9411001. OLE color: 9411001.

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

Color convert

RGB 185 153 143 -
CMYK 0 0.17 0.23 0.27
HSL 14.29º 0.23% 0.64% -
HSV(B) 14.29º 0.23% 0.73% -
XYZ 36.36 35.08 30.84 -
YUV 161.43 117.6 144.81 -
System Red Green Blue C M Y K H S L
Decimal 185 153 143 0 0.17 0.23 0.27 14.29 0.23 0.64
Hex B9 99 8F 0 11 17 1B E 17 40
Octal 271 231 217 0 21 27 33 16 27 100
Binary 10111001 10011001 10001111 0 10001 10111 11011 1110 10111 1000000

Color Harmonies of #B9998F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9998F

Black with #B9998F

Text Example


Text Example

White with #B9998F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9998F; }

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

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

background-color css

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

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

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

border-color css

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

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

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