Html Css Color HEX #B99D94 Del Rio

📋 copy color: '#B99D94'

red 185 ◦ green 157 ◦ blue 148

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

Shades of Del Rio #B99D94

Tints of Del Rio #B99D94

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.04%

 BLUE value IS 148 (58.2% from 255) = 30.2%

R = 37.76%
G = 32.04%
B = 30.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#B99D94 (or 0xB99D94) is known color: Del Rio. HEX triplet: B9, 9D and 94. RGB value is (185,157,148). Sum of RGB (Red+Green+Blue) = 185+157+148=490 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.76% from 490); Green value is 157 (61.72% from 255 or 32.04% from 490); Blue value is 148 (58.20% from 255 or 30.20% from 490); Max value from RGB is 185 - color contains mainly: red. Hex color #B99D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99D94 is #46626B. Grayscale: #A4A4A4. Windows color (decimal): -4612716 or 9739705. OLE color: 9739705.

HSL color Cylindrical-coordinate representation of color #B99D94: hue angle of 14.59º degrees, saturation: 0.21, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B99D94 is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 157 148 -
CMYK 0 0.15 0.20 0.27
HSL 14.59º 0.21% 0.65% -
HSV(B) 14.59º 0.2% 0.73% -
XYZ 37.41 36.57 33.1 -
YUV 164.35 118.78 142.73 -
System Red Green Blue C M Y K H S L
Decimal 185 157 148 0 0.15 0.20 0.27 14.59 0.21 0.65
Hex B9 9D 94 0 F 14 1B F 15 41
Octal 271 235 224 0 17 24 33 17 25 101
Binary 10111001 10011101 10010100 0 1111 10100 11011 1111 10101 1000001

Color Harmonies of #B99D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99D94

Black with #B99D94

Text Example


Text Example

White with #B99D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99D94; }

 p { color: rgb(185,157,148); }

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

background-color css

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

 a { background-color: rgb(185,157,148); }

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

border-color css

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

 span { border-color: rgb(185,157,148); }

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