Html Css Color HEX #B9A191 Del Rio

📋 copy color: '#B9A191'

red 185 ◦ green 161 ◦ blue 145

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

Shades of Del Rio #B9A191

Tints of Del Rio #B9A191

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.79%

 BLUE value IS 145 (57.03% from 255) = 29.53%

R = 37.68%
G = 32.79%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.22

 K value IS 0.27

RGB Variations

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

Color information

#B9A191 (or 0xB9A191) is known color: Del Rio. HEX triplet: B9, A1 and 91. RGB value is (185,161,145). Sum of RGB (Red+Green+Blue) = 185+161+145=491 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.68% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 145 (57.03% from 255 or 29.53% from 491); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A191 is #465E6E. Grayscale: #A6A6A6. Windows color (decimal): -4611695 or 9544121. OLE color: 9544121.

HSL color Cylindrical-coordinate representation of color #B9A191: hue angle of 24º degrees, saturation: 0.22, 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 #B9A191 is Cyan = 0, Magento = 0.13, Yellow = 0.22 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 161 145 -
CMYK 0 0.13 0.22 0.27
HSL 24º 0.22% 0.65% -
HSV(B) 24º 0.22% 0.73% -
XYZ 37.86 37.85 32.1 -
YUV 166.35 115.95 141.3 -
System Red Green Blue C M Y K H S L
Decimal 185 161 145 0 0.13 0.22 0.27 24 0.22 0.65
Hex B9 A1 91 0 D 16 1B 18 16 41
Octal 271 241 221 0 15 26 33 30 26 101
Binary 10111001 10100001 10010001 0 1101 10110 11011 11000 10110 1000001

Color Harmonies of #B9A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A191

Black with #B9A191

Text Example


Text Example

White with #B9A191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A191; }

 p { color: rgb(185,161,145); }

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

background-color css

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

 a { background-color: rgb(185,161,145); }

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

border-color css

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

 span { border-color: rgb(185,161,145); }

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