Html Css Color HEX #B49D94 Del Rio

📋 copy color: '#B49D94'

red 180 ◦ green 157 ◦ blue 148

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

Shades of Del Rio #B49D94

Tints of Del Rio #B49D94

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.37%

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 37.11%
G = 32.37%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B49D94 (or 0xB49D94) is known color: Del Rio. HEX triplet: B4, 9D and 94. RGB value is (180,157,148). Sum of RGB (Red+Green+Blue) = 180+157+148=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 157 (61.72% from 255 or 32.37% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B49D94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49D94 is #4B626B. Grayscale: #A2A2A2. Windows color (decimal): -4940396 or 9739700. OLE color: 9739700.

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

Color convert

RGB 180 157 148 -
CMYK 0 0.13 0.18 0.29
HSL 16.88º 0.18% 0.64% -
HSV(B) 16.88º 0.18% 0.71% -
XYZ 36.22 35.96 33.05 -
YUV 162.85 119.62 140.23 -
System Red Green Blue C M Y K H S L
Decimal 180 157 148 0 0.13 0.18 0.29 16.88 0.18 0.64
Hex B4 9D 94 0 D 12 1D 11 12 40
Octal 264 235 224 0 15 22 35 21 22 100
Binary 10110100 10011101 10010100 0 1101 10010 11101 10001 10010 1000000

Color Harmonies of #B49D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49D94

Black with #B49D94

Text Example


Text Example

White with #B49D94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49D94; }

 p { color: rgb(180,157,148); }

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

background-color css

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

 a { background-color: rgb(180,157,148); }

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

border-color css

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

 span { border-color: rgb(180,157,148); }

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