Html Css Color HEX #B49988 Del Rio

📋 copy color: '#B49988'

red 180 ◦ green 153 ◦ blue 136

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

Shades of Del Rio #B49988

Tints of Del Rio #B49988

RGB

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

 GREEN value IS 153 (60.16% from 255) = 32.62%

 BLUE value IS 136 (53.52% from 255) = 29%

R = 38.38%
G = 32.62%
B = 29%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B49988 (or 0xB49988) is known color: Del Rio. HEX triplet: B4, 99 and 88. RGB value is (180,153,136). Sum of RGB (Red+Green+Blue) = 180+153+136=469 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.38% from 469); Green value is 153 (60.16% from 255 or 32.62% from 469); Blue value is 136 (53.52% from 255 or 29.00% from 469); Max value from RGB is 180 - color contains mainly: red. Hex color #B49988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49988 is #4B6677. Grayscale: #9F9F9F. Windows color (decimal): -4941432 or 8952244. OLE color: 8952244.

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

Color convert

RGB 180 153 136 -
CMYK 0 0.15 0.24 0.29
HSL 23.18º 0.23% 0.62% -
HSV(B) 23.18º 0.24% 0.71% -
XYZ 34.66 34.26 28.08 -
YUV 159.14 114.95 142.88 -
System Red Green Blue C M Y K H S L
Decimal 180 153 136 0 0.15 0.24 0.29 23.18 0.23 0.62
Hex B4 99 88 0 F 18 1D 17 17 3E
Octal 264 231 210 0 17 30 35 27 27 76
Binary 10110100 10011001 10001000 0 1111 11000 11101 10111 10111 111110

Color Harmonies of #B49988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49988

Black with #B49988

Text Example


Text Example

White with #B49988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49988; }

 p { color: rgb(180,153,136); }

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

background-color css

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

 a { background-color: rgb(180,153,136); }

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

border-color css

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

 span { border-color: rgb(180,153,136); }

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