Html Css Color HEX #B99F98 Del Rio

📋 copy color: '#B99F98'

red 185 ◦ green 159 ◦ blue 152

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

Shades of Del Rio #B99F98

Tints of Del Rio #B99F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 32.06%

 BLUE value IS 152 (59.77% from 255) = 30.65%

R = 37.3%
G = 32.06%
B = 30.65%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B99F98 (or 0xB99F98) is known color: Del Rio. HEX triplet: B9, 9F and 98. RGB value is (185,159,152). Sum of RGB (Red+Green+Blue) = 185+159+152=496 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.30% from 496); Green value is 159 (62.5% from 255 or 32.06% from 496); Blue value is 152 (59.77% from 255 or 30.65% from 496); Max value from RGB is 185 - color contains mainly: red. Hex color #B99F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99F98 is #466067. Grayscale: #A6A6A6. Windows color (decimal): -4612200 or 10002361. OLE color: 10002361.

HSL color Cylindrical-coordinate representation of color #B99F98: hue angle of 12.73º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B99F98 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 159 152 -
CMYK 0 0.14 0.18 0.27
HSL 12.73º 0.19% 0.66% -
HSV(B) 12.73º 0.18% 0.73% -
XYZ 38.07 37.38 34.91 -
YUV 165.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 185 159 152 0 0.14 0.18 0.27 12.73 0.19 0.66
Hex B9 9F 98 0 E 12 1B D 13 42
Octal 271 237 230 0 16 22 33 15 23 102
Binary 10111001 10011111 10011000 0 1110 10010 11011 1101 10011 1000010

Color Harmonies of #B99F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99F98

Black with #B99F98

Text Example


Text Example

White with #B99F98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99F98; }

 p { color: rgb(185,159,152); }

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

background-color css

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

 a { background-color: rgb(185,159,152); }

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

border-color css

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

 span { border-color: rgb(185,159,152); }

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