Html Css Color HEX #B49386 Del Rio

📋 copy color: '#B49386'

red 180 ◦ green 147 ◦ blue 134

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

Shades of Del Rio #B49386

Tints of Del Rio #B49386

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.89%

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

R = 39.05%
G = 31.89%
B = 29.07%

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

#B49386 (or 0xB49386) is known color: Del Rio. HEX triplet: B4, 93 and 86. RGB value is (180,147,134). Sum of RGB (Red+Green+Blue) = 180+147+134=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 147 (57.81% from 255 or 31.89% from 461); Blue value is 134 (52.73% from 255 or 29.07% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B49386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49386 is #4B6C79. Grayscale: #9B9B9B. Windows color (decimal): -4942970 or 8819636. OLE color: 8819636.

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

Color convert

RGB 180 147 134 -
CMYK 0 0.18 0.26 0.29
HSL 16.96º 0.23% 0.62% -
HSV(B) 16.96º 0.26% 0.71% -
XYZ 33.56 32.29 27.02 -
YUV 155.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 180 147 134 0 0.18 0.26 0.29 16.96 0.23 0.62
Hex B4 93 86 0 12 1A 1D 11 17 3E
Octal 264 223 206 0 22 32 35 21 27 76
Binary 10110100 10010011 10000110 0 10010 11010 11101 10001 10111 111110

Color Harmonies of #B49386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49386

Black with #B49386

Text Example


Text Example

White with #B49386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49386; }

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

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

background-color css

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

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

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

border-color css

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

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

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