Html Css Color HEX #B49E93 Del Rio

📋 copy color: '#B49E93'

red 180 ◦ green 158 ◦ blue 147

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

Shades of Del Rio #B49E93

Tints of Del Rio #B49E93

RGB

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

 GREEN value IS 158 (62.11% from 255) = 32.58%

 BLUE value IS 147 (57.81% from 255) = 30.31%

R = 37.11%
G = 32.58%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B49E93 (or 0xB49E93) is known color: Del Rio. HEX triplet: B4, 9E and 93. RGB value is (180,158,147). Sum of RGB (Red+Green+Blue) = 180+158+147=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 158 (62.11% from 255 or 32.58% from 485); Blue value is 147 (57.81% from 255 or 30.31% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B49E93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49E93 is #4B616C. Grayscale: #A3A3A3. Windows color (decimal): -4940141 or 9674420. OLE color: 9674420.

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

Color convert

RGB 180 158 147 -
CMYK 0 0.12 0.18 0.29
HSL 20º 0.18% 0.64% -
HSV(B) 20º 0.18% 0.71% -
XYZ 36.32 36.26 32.69 -
YUV 163.32 118.79 139.89 -
System Red Green Blue C M Y K H S L
Decimal 180 158 147 0 0.12 0.18 0.29 20 0.18 0.64
Hex B4 9E 93 0 C 12 1D 14 12 40
Octal 264 236 223 0 14 22 35 24 22 100
Binary 10110100 10011110 10010011 0 1100 10010 11101 10100 10010 1000000

Color Harmonies of #B49E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49E93

Black with #B49E93

Text Example


Text Example

White with #B49E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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