Html Css Color HEX #B9A195 Del Rio

📋 copy color: '#B9A195'

red 185 ◦ green 161 ◦ blue 149

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

Shades of Del Rio #B9A195

Tints of Del Rio #B9A195

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.1%

R = 37.37%
G = 32.53%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.19

 K value IS 0.27

RGB Variations

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

Color information

#B9A195 (or 0xB9A195) is known color: Del Rio. HEX triplet: B9, A1 and 95. RGB value is (185,161,149). Sum of RGB (Red+Green+Blue) = 185+161+149=495 (65% of max value = 765). Red value is 185 (72.66% from 255 or 37.37% from 495); Green value is 161 (63.28% from 255 or 32.53% from 495); Blue value is 149 (58.59% from 255 or 30.10% from 495); Max value from RGB is 185 - color contains mainly: red. Hex color #B9A195 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9A195 is #465E6A. Grayscale: #A6A6A6. Windows color (decimal): -4611691 or 9806265. OLE color: 9806265.

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

Color convert

RGB 185 161 149 -
CMYK 0 0.13 0.19 0.27
HSL 20º 0.2% 0.65% -
HSV(B) 20º 0.19% 0.73% -
XYZ 38.18 37.97 33.75 -
YUV 166.81 117.95 140.98 -
System Red Green Blue C M Y K H S L
Decimal 185 161 149 0 0.13 0.19 0.27 20 0.2 0.65
Hex B9 A1 95 0 D 13 1B 14 14 41
Octal 271 241 225 0 15 23 33 24 24 101
Binary 10111001 10100001 10010101 0 1101 10011 11011 10100 10100 1000001

Color Harmonies of #B9A195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9A195

Black with #B9A195

Text Example


Text Example

White with #B9A195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9A195; }

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

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

background-color css

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

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

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

border-color css

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

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

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