Html Css Color HEX #B9A18E Del Rio

📋 copy color: '#B9A18E'

red 185 ◦ green 161 ◦ blue 142

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

Shades of Del Rio #B9A18E

Tints of Del Rio #B9A18E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 29.1%

R = 37.91%
G = 32.99%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#B9A18E (or 0xB9A18E) is known color: Del Rio. HEX triplet: B9, A1 and 8E. RGB value is (185,161,142). Sum of RGB (Red+Green+Blue) = 185+161+142=488 (64% of max value = 765). Red value is 185 (72.66% from 255 or 37.91% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 142 (55.86% from 255 or 29.10% from 488); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A18E is #465E71. Grayscale: #A6A6A6. Windows color (decimal): -4611698 or 9347513. OLE color: 9347513.

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

Color convert

RGB 185 161 142 -
CMYK 0 0.13 0.23 0.27
HSL 26.51º 0.23% 0.64% -
HSV(B) 26.51º 0.23% 0.73% -
XYZ 37.63 37.76 30.9 -
YUV 166.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 185 161 142 0 0.13 0.23 0.27 26.51 0.23 0.64
Hex B9 A1 8E 0 D 17 1B 1B 17 40
Octal 271 241 216 0 15 27 33 33 27 100
Binary 10111001 10100001 10001110 0 1101 10111 11011 11011 10111 1000000

Color Harmonies of #B9A18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A18E

Black with #B9A18E

Text Example


Text Example

White with #B9A18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A18E; }

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

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

background-color css

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

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

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

border-color css

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

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

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