Html Css Color HEX #B49389 Del Rio

📋 copy color: '#B49389'

red 180 ◦ green 147 ◦ blue 137

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

Shades of Del Rio #B49389

Tints of Del Rio #B49389

RGB

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

 GREEN value IS 147 (57.81% from 255) = 31.68%

 BLUE value IS 137 (53.91% from 255) = 29.53%

R = 38.79%
G = 31.68%
B = 29.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B49389 (or 0xB49389) is known color: Del Rio. HEX triplet: B4, 93 and 89. RGB value is (180,147,137). Sum of RGB (Red+Green+Blue) = 180+147+137=464 (61% of max value = 765). Red value is 180 (70.70% from 255 or 38.79% from 464); Green value is 147 (57.81% from 255 or 31.68% from 464); Blue value is 137 (53.91% from 255 or 29.53% from 464); Max value from RGB is 180 - color contains mainly: red. Hex color #B49389 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B49389 is #4B6C76. Grayscale: #9B9B9B. Windows color (decimal): -4942967 or 9016244. OLE color: 9016244.

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

Color convert

RGB 180 147 137 -
CMYK 0 0.18 0.24 0.29
HSL 13.95º 0.22% 0.62% -
HSV(B) 13.95º 0.24% 0.71% -
XYZ 33.77 32.38 28.14 -
YUV 155.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 180 147 137 0 0.18 0.24 0.29 13.95 0.22 0.62
Hex B4 93 89 0 12 18 1D E 16 3E
Octal 264 223 211 0 22 30 35 16 26 76
Binary 10110100 10010011 10001001 0 10010 11000 11101 1110 10110 111110

Color Harmonies of #B49389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B49389

Black with #B49389

Text Example


Text Example

White with #B49389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B49389; }

 p { color: rgb(180,147,137); }

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

background-color css

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

 a { background-color: rgb(180,147,137); }

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

border-color css

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

 span { border-color: rgb(180,147,137); }

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