Html Css Color HEX #B99B8F Del Rio

📋 copy color: '#B99B8F'

red 185 ◦ green 155 ◦ blue 143

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

Shades of Del Rio #B99B8F

Tints of Del Rio #B99B8F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.09%

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

R = 38.3%
G = 32.09%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B99B8F (or 0xB99B8F) is known color: Del Rio. HEX triplet: B9, 9B and 8F. RGB value is (185,155,143). Sum of RGB (Red+Green+Blue) = 185+155+143=483 (63% of max value = 765). Red value is 185 (72.66% from 255 or 38.30% from 483); Green value is 155 (60.94% from 255 or 32.09% from 483); Blue value is 143 (56.25% from 255 or 29.61% from 483); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99B8F is #466470. Grayscale: #A2A2A2. Windows color (decimal): -4613233 or 9411513. OLE color: 9411513.

HSL color Cylindrical-coordinate representation of color #B99B8F: hue angle of 17.14º 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 #B99B8F is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 155 143 -
CMYK 0 0.16 0.23 0.27
HSL 17.14º 0.23% 0.64% -
HSV(B) 17.14º 0.23% 0.73% -
XYZ 36.69 35.74 30.95 -
YUV 162.6 116.94 143.98 -
System Red Green Blue C M Y K H S L
Decimal 185 155 143 0 0.16 0.23 0.27 17.14 0.23 0.64
Hex B9 9B 8F 0 10 17 1B 11 17 40
Octal 271 233 217 0 20 27 33 21 27 100
Binary 10111001 10011011 10001111 0 10000 10111 11011 10001 10111 1000000

Color Harmonies of #B99B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B8F

Black with #B99B8F

Text Example


Text Example

White with #B99B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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