Html Css Color HEX #B49A8F Del Rio

📋 copy color: '#B49A8F'

red 180 ◦ green 154 ◦ blue 143

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

Shades of Del Rio #B49A8F

Tints of Del Rio #B49A8F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.29%

 BLUE value IS 143 (56.25% from 255) = 29.98%

R = 37.74%
G = 32.29%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B49A8F (or 0xB49A8F) is known color: Del Rio. HEX triplet: B4, 9A and 8F. RGB value is (180,154,143). Sum of RGB (Red+Green+Blue) = 180+154+143=477 (63% of max value = 765). Red value is 180 (70.70% from 255 or 37.74% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 143 (56.25% from 255 or 29.98% from 477); Max value from RGB is 180 - color contains mainly: red. Hex color #B49A8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49A8F is #4B6570. Grayscale: #A0A0A0. Windows color (decimal): -4941169 or 9411252. OLE color: 9411252.

HSL color Cylindrical-coordinate representation of color #B49A8F: hue angle of 17.84º degrees, saturation: 0.2, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B49A8F is Cyan = 0, Magento = 0.14, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 154 143 -
CMYK 0 0.14 0.21 0.29
HSL 17.84º 0.2% 0.63% -
HSV(B) 17.84º 0.21% 0.71% -
XYZ 35.34 34.8 30.84 -
YUV 160.52 118.11 141.89 -
System Red Green Blue C M Y K H S L
Decimal 180 154 143 0 0.14 0.21 0.29 17.84 0.2 0.63
Hex B4 9A 8F 0 E 15 1D 12 14 3F
Octal 264 232 217 0 16 25 35 22 24 77
Binary 10110100 10011010 10001111 0 1110 10101 11101 10010 10100 111111

Color Harmonies of #B49A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49A8F

Black with #B49A8F

Text Example


Text Example

White with #B49A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49A8F; }

 p { color: rgb(180,154,143); }

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

background-color css

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

 a { background-color: rgb(180,154,143); }

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

border-color css

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

 span { border-color: rgb(180,154,143); }

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