Html Css Color HEX #B49C95 Del Rio

📋 copy color: '#B49C95'

red 180 ◦ green 156 ◦ blue 149

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

Shades of Del Rio #B49C95

Tints of Del Rio #B49C95

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.16%

 BLUE value IS 149 (58.59% from 255) = 30.72%

R = 37.11%
G = 32.16%
B = 30.72%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.17

 K value IS 0.29

RGB Variations

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

Color information

#B49C95 (or 0xB49C95) is known color: Del Rio. HEX triplet: B4, 9C and 95. RGB value is (180,156,149). Sum of RGB (Red+Green+Blue) = 180+156+149=485 (64% of max value = 765). Red value is 180 (70.70% from 255 or 37.11% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 149 (58.59% from 255 or 30.72% from 485); Max value from RGB is 180 - color contains mainly: red. Hex color #B49C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49C95 is #4B636A. Grayscale: #A2A2A2. Windows color (decimal): -4940651 or 9804980. OLE color: 9804980.

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

Color convert

RGB 180 156 149 -
CMYK 0 0.13 0.17 0.29
HSL 13.55º 0.17% 0.65% -
HSV(B) 13.55º 0.17% 0.71% -
XYZ 36.14 35.65 33.41 -
YUV 162.38 120.45 140.57 -
System Red Green Blue C M Y K H S L
Decimal 180 156 149 0 0.13 0.17 0.29 13.55 0.17 0.65
Hex B4 9C 95 0 D 11 1D E 11 41
Octal 264 234 225 0 15 21 35 16 21 101
Binary 10110100 10011100 10010101 0 1101 10001 11101 1110 10001 1000001

Color Harmonies of #B49C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49C95

Black with #B49C95

Text Example


Text Example

White with #B49C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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