Html Css Color HEX #B49587 Del Rio

📋 copy color: '#B49587'

red 180 ◦ green 149 ◦ blue 135

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

Shades of Del Rio #B49587

Tints of Del Rio #B49587

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.11%

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

R = 38.79%
G = 32.11%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B49587 (or 0xB49587) is known color: Del Rio. HEX triplet: B4, 95 and 87. RGB value is (180,149,135). Sum of RGB (Red+Green+Blue) = 180+149+135=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 149 (58.59% from 255 or 32.11% from 464); Blue value is 135 (53.12% from 255 or 29.09% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B49587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49587 is #4B6A78. Grayscale: #9C9C9C. Windows color (decimal): -4942457 or 8885684. OLE color: 8885684.

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

Color convert

RGB 180 149 135 -
CMYK 0 0.17 0.25 0.29
HSL 18.67º 0.23% 0.62% -
HSV(B) 18.67º 0.25% 0.71% -
XYZ 33.94 32.95 27.49 -
YUV 156.67 115.77 144.64 -
System Red Green Blue C M Y K H S L
Decimal 180 149 135 0 0.17 0.25 0.29 18.67 0.23 0.62
Hex B4 95 87 0 11 19 1D 13 17 3E
Octal 264 225 207 0 21 31 35 23 27 76
Binary 10110100 10010101 10000111 0 10001 11001 11101 10011 10111 111110

Color Harmonies of #B49587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49587

Black with #B49587

Text Example


Text Example

White with #B49587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49587; }

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

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

background-color css

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

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

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

border-color css

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

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

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