Html Css Color HEX #B49486 Del Rio

📋 copy color: '#B49486'

red 180 ◦ green 148 ◦ blue 134

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

Shades of Del Rio #B49486

Tints of Del Rio #B49486

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.03%

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

R = 38.96%
G = 32.03%
B = 29%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B49486 (or 0xB49486) is known color: Del Rio. HEX triplet: B4, 94 and 86. RGB value is (180,148,134). Sum of RGB (Red+Green+Blue) = 180+148+134=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 148 (58.20% from 255 or 32.03% from 462); Blue value is 134 (52.73% from 255 or 29.00% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49486 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49486 is #4B6B79. Grayscale: #9C9C9C. Windows color (decimal): -4942714 or 8819892. OLE color: 8819892.

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

Color convert

RGB 180 148 134 -
CMYK 0 0.18 0.26 0.29
HSL 18.26º 0.23% 0.62% -
HSV(B) 18.26º 0.26% 0.71% -
XYZ 33.72 32.6 27.07 -
YUV 155.97 115.6 145.14 -
System Red Green Blue C M Y K H S L
Decimal 180 148 134 0 0.18 0.26 0.29 18.26 0.23 0.62
Hex B4 94 86 0 12 1A 1D 12 17 3E
Octal 264 224 206 0 22 32 35 22 27 76
Binary 10110100 10010100 10000110 0 10010 11010 11101 10010 10111 111110

Color Harmonies of #B49486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49486

Black with #B49486

Text Example


Text Example

White with #B49486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49486; }

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

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

background-color css

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

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

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

border-color css

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

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

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