Html Css Color HEX #B49686 Del Rio

📋 copy color: '#B49686'

red 180 ◦ green 150 ◦ blue 134

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

Shades of Del Rio #B49686

Tints of Del Rio #B49686

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.33%

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

R = 38.79%
G = 32.33%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B49686 (or 0xB49686) is known color: Del Rio. HEX triplet: B4, 96 and 86. RGB value is (180,150,134). Sum of RGB (Red+Green+Blue) = 180+150+134=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 150 (58.98% from 255 or 32.33% from 464); Blue value is 134 (52.73% from 255 or 28.88% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B49686 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49686 is #4B6979. Grayscale: #9D9D9D. Windows color (decimal): -4942202 or 8820404. OLE color: 8820404.

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

Color convert

RGB 180 150 134 -
CMYK 0 0.17 0.26 0.29
HSL 20.87º 0.23% 0.62% -
HSV(B) 20.87º 0.26% 0.71% -
XYZ 34.03 33.24 27.18 -
YUV 157.15 114.94 144.3 -
System Red Green Blue C M Y K H S L
Decimal 180 150 134 0 0.17 0.26 0.29 20.87 0.23 0.62
Hex B4 96 86 0 11 1A 1D 15 17 3E
Octal 264 226 206 0 21 32 35 25 27 76
Binary 10110100 10010110 10000110 0 10001 11010 11101 10101 10111 111110

Color Harmonies of #B49686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49686

Black with #B49686

Text Example


Text Example

White with #B49686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49686; }

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

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

background-color css

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

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

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

border-color css

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

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

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