Html Css Color HEX #B49485 Del Rio

📋 copy color: '#B49485'

red 180 ◦ green 148 ◦ blue 133

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

Shades of Del Rio #B49485

Tints of Del Rio #B49485

RGB

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

 GREEN value IS 148 (58.2% from 255) = 32.1%

 BLUE value IS 133 (52.34% from 255) = 28.85%

R = 39.05%
G = 32.1%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.29

RGB Variations

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

Color information

#B49485 (or 0xB49485) is known color: Del Rio. HEX triplet: B4, 94 and 85. RGB value is (180,148,133). Sum of RGB (Red+Green+Blue) = 180+148+133=461 (61% of max value = 765). Red value is 180 (70.70% from 255 or 39.05% from 461); Green value is 148 (58.20% from 255 or 32.10% from 461); Blue value is 133 (52.34% from 255 or 28.85% from 461); Max value from RGB is 180 - color contains mainly: red. Hex color #B49485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49485 is #4B6B7A. Grayscale: #9B9B9B. Windows color (decimal): -4942715 or 8754356. OLE color: 8754356.

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

Color convert

RGB 180 148 133 -
CMYK 0 0.18 0.26 0.29
HSL 19.15º 0.24% 0.61% -
HSV(B) 19.15º 0.26% 0.71% -
XYZ 33.65 32.58 26.7 -
YUV 155.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 180 148 133 0 0.18 0.26 0.29 19.15 0.24 0.61
Hex B4 94 85 0 12 1A 1D 13 18 3D
Octal 264 224 205 0 22 32 35 23 30 75
Binary 10110100 10010100 10000101 0 10010 11010 11101 10011 11000 111101

Color Harmonies of #B49485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49485

Black with #B49485

Text Example


Text Example

White with #B49485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49485; }

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

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

background-color css

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

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

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

border-color css

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

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

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