Html Css Color HEX #B99B90 Del Rio

📋 copy color: '#B99B90'

red 185 ◦ green 155 ◦ blue 144

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

Shades of Del Rio #B99B90

Tints of Del Rio #B99B90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 38.22%
G = 32.02%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B99B90 (or 0xB99B90) is known color: Del Rio. HEX triplet: B9, 9B and 90. RGB value is (185,155,144). Sum of RGB (Red+Green+Blue) = 185+155+144=484 (64% of max value = 765). Red value is 185 (72.66% from 255 or 38.22% from 484); Green value is 155 (60.94% from 255 or 32.02% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 185 - color contains mainly: red. Hex color #B99B90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B99B90 is #46646F. Grayscale: #A2A2A2. Windows color (decimal): -4613232 or 9477049. OLE color: 9477049.

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

Color convert

RGB 185 155 144 -
CMYK 0 0.16 0.22 0.27
HSL 16.1º 0.23% 0.65% -
HSV(B) 16.1º 0.22% 0.73% -
XYZ 36.76 35.77 31.35 -
YUV 162.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 185 155 144 0 0.16 0.22 0.27 16.1 0.23 0.65
Hex B9 9B 90 0 10 16 1B 10 17 41
Octal 271 233 220 0 20 26 33 20 27 101
Binary 10111001 10011011 10010000 0 10000 10110 11011 10000 10111 1000001

Color Harmonies of #B99B90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B99B90

Black with #B99B90

Text Example


Text Example

White with #B99B90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B99B90; }

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

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

background-color css

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

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

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

border-color css

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

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

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