Html Css Color HEX #B49B8A Del Rio

📋 copy color: '#B49B8A'

red 180 ◦ green 155 ◦ blue 138

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

Shades of Del Rio #B49B8A

Tints of Del Rio #B49B8A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.77%

 BLUE value IS 138 (54.3% from 255) = 29.18%

R = 38.05%
G = 32.77%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B49B8A (or 0xB49B8A) is known color: Del Rio. HEX triplet: B4, 9B and 8A. RGB value is (180,155,138). Sum of RGB (Red+Green+Blue) = 180+155+138=473 (62% of max value = 765). Red value is 180 (70.70% from 255 or 38.05% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 138 (54.30% from 255 or 29.18% from 473); Max value from RGB is 180 - color contains mainly: red. Hex color #B49B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49B8A is #4B6475. Grayscale: #A0A0A0. Windows color (decimal): -4940918 or 9083828. OLE color: 9083828.

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

Color convert

RGB 180 155 138 -
CMYK 0 0.14 0.23 0.29
HSL 24.29º 0.22% 0.62% -
HSV(B) 24.29º 0.23% 0.71% -
XYZ 35.13 34.98 28.95 -
YUV 160.54 115.28 141.88 -
System Red Green Blue C M Y K H S L
Decimal 180 155 138 0 0.14 0.23 0.29 24.29 0.22 0.62
Hex B4 9B 8A 0 E 17 1D 18 16 3E
Octal 264 233 212 0 16 27 35 30 26 76
Binary 10110100 10011011 10001010 0 1110 10111 11101 11000 10110 111110

Color Harmonies of #B49B8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49B8A

Black with #B49B8A

Text Example


Text Example

White with #B49B8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49B8A; }

 p { color: rgb(180,155,138); }

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

background-color css

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

 a { background-color: rgb(180,155,138); }

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

border-color css

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

 span { border-color: rgb(180,155,138); }

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