Html Css Color HEX #B49786 Del Rio

📋 copy color: '#B49786'

red 180 ◦ green 151 ◦ blue 134

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

Shades of Del Rio #B49786

Tints of Del Rio #B49786

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.47%

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

R = 38.71%
G = 32.47%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B49786 (or 0xB49786) is known color: Del Rio. HEX triplet: B4, 97 and 86. RGB value is (180,151,134). Sum of RGB (Red+Green+Blue) = 180+151+134=465 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.71% from 465); Green value is 151 (59.38% from 255 or 32.47% from 465); Blue value is 134 (52.73% from 255 or 28.82% from 465); Max value from RGB is 180 - color contains mainly: red. Hex color #B49786 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49786 is #4B6879. Grayscale: #9D9D9D. Windows color (decimal): -4941946 or 8820660. OLE color: 8820660.

HSL color Cylindrical-coordinate representation of color #B49786: hue angle of 22.17º 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 #B49786 is Cyan = 0, Magento = 0.16, Yellow = 0.26 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 151 134 -
CMYK 0 0.16 0.26 0.29
HSL 22.17º 0.23% 0.62% -
HSV(B) 22.17º 0.26% 0.71% -
XYZ 34.19 33.56 27.23 -
YUV 157.73 114.61 143.88 -
System Red Green Blue C M Y K H S L
Decimal 180 151 134 0 0.16 0.26 0.29 22.17 0.23 0.62
Hex B4 97 86 0 10 1A 1D 16 17 3E
Octal 264 227 206 0 20 32 35 26 27 76
Binary 10110100 10010111 10000110 0 10000 11010 11101 10110 10111 111110

Color Harmonies of #B49786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49786

Black with #B49786

Text Example


Text Example

White with #B49786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49786; }

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

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

background-color css

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

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

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

border-color css

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

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

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