Html Css Color HEX #B49186 Del Rio

📋 copy color: '#B49186'

red 180 ◦ green 145 ◦ blue 134

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

Shades of Del Rio #B49186

Tints of Del Rio #B49186

RGB

 RED value IS 180 (70.7% from 255) = 39.22%

 GREEN value IS 145 (57.03% from 255) = 31.59%

 BLUE value IS 134 (52.73% from 255) = 29.19%

R = 39.22%
G = 31.59%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B49186 (or 0xB49186) is known color: Del Rio. HEX triplet: B4, 91 and 86. RGB value is (180,145,134). Sum of RGB (Red+Green+Blue) = 180+145+134=459 (60% of max value = 765). Red value is 180 (70.70% from 255 or 39.22% from 459); Green value is 145 (57.03% from 255 or 31.59% from 459); Blue value is 134 (52.73% from 255 or 29.19% from 459); Max value from RGB is 180 - color contains mainly: red. Hex color #B49186 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49186 is #4B6E79. Grayscale: #9A9A9A. Windows color (decimal): -4943482 or 8819124. OLE color: 8819124.

HSL color Cylindrical-coordinate representation of color #B49186: hue angle of 14.35º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B49186 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 145 134 -
CMYK 0 0.19 0.26 0.29
HSL 14.35º 0.23% 0.62% -
HSV(B) 14.35º 0.26% 0.71% -
XYZ 33.25 31.68 26.92 -
YUV 154.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 180 145 134 0 0.19 0.26 0.29 14.35 0.23 0.62
Hex B4 91 86 0 13 1A 1D E 17 3E
Octal 264 221 206 0 23 32 35 16 27 76
Binary 10110100 10010001 10000110 0 10011 11010 11101 1110 10111 111110

Color Harmonies of #B49186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49186

Black with #B49186

Text Example


Text Example

White with #B49186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49186; }

 p { color: rgb(180,145,134); }

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

background-color css

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

 a { background-color: rgb(180,145,134); }

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

border-color css

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

 span { border-color: rgb(180,145,134); }

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