Html Css Color HEX #B49387 Del Rio

📋 copy color: '#B49387'

red 180 ◦ green 147 ◦ blue 135

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

Shades of Del Rio #B49387

Tints of Del Rio #B49387

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 29.22%

R = 38.96%
G = 31.82%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B49387 (or 0xB49387) is known color: Del Rio. HEX triplet: B4, 93 and 87. RGB value is (180,147,135). Sum of RGB (Red+Green+Blue) = 180+147+135=462 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.96% from 462); Green value is 147 (57.81% from 255 or 31.82% from 462); Blue value is 135 (53.12% from 255 or 29.22% from 462); Max value from RGB is 180 - color contains mainly: red. Hex color #B49387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49387 is #4B6C78. Grayscale: #9B9B9B. Windows color (decimal): -4942969 or 8885172. OLE color: 8885172.

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

Color convert

RGB 180 147 135 -
CMYK 0 0.18 0.25 0.29
HSL 16º 0.23% 0.62% -
HSV(B) 16º 0.25% 0.71% -
XYZ 33.63 32.32 27.39 -
YUV 155.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 180 147 135 0 0.18 0.25 0.29 16 0.23 0.62
Hex B4 93 87 0 12 19 1D 10 17 3E
Octal 264 223 207 0 22 31 35 20 27 76
Binary 10110100 10010011 10000111 0 10010 11001 11101 10000 10111 111110

Color Harmonies of #B49387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49387

Black with #B49387

Text Example


Text Example

White with #B49387

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49387; }

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

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

background-color css

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

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

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

border-color css

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

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

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