Html Css Color HEX #B39A90 Del Rio

📋 copy color: '#B39A90'

red 179 ◦ green 154 ◦ blue 144

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

Shades of Del Rio #B39A90

Tints of Del Rio #B39A90

RGB

 RED value IS 179 (70.31% from 255) = 37.53%

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

 BLUE value IS 144 (56.64% from 255) = 30.19%

R = 37.53%
G = 32.29%
B = 30.19%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B39A90 (or 0xB39A90) is known color: Del Rio. HEX triplet: B3, 9A and 90. RGB value is (179,154,144). Sum of RGB (Red+Green+Blue) = 179+154+144=477 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.53% from 477); Green value is 154 (60.55% from 255 or 32.29% from 477); Blue value is 144 (56.64% from 255 or 30.19% from 477); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39A90 is #4C656F. Grayscale: #A0A0A0. Windows color (decimal): -5006704 or 9476787. OLE color: 9476787.

HSL color Cylindrical-coordinate representation of color #B39A90: hue angle of 17.14º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B39A90 is Cyan = 0, Magento = 0.14, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 154 144 -
CMYK 0 0.14 0.20 0.30
HSL 17.14º 0.19% 0.63% -
HSV(B) 17.14º 0.2% 0.7% -
XYZ 35.18 34.71 31.23 -
YUV 160.34 118.78 141.31 -
System Red Green Blue C M Y K H S L
Decimal 179 154 144 0 0.14 0.20 0.30 17.14 0.19 0.63
Hex B3 9A 90 0 E 14 1E 11 13 3F
Octal 263 232 220 0 16 24 36 21 23 77
Binary 10110011 10011010 10010000 0 1110 10100 11110 10001 10011 111111

Color Harmonies of #B39A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39A90

Black with #B39A90

Text Example


Text Example

White with #B39A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39A90; }

 p { color: rgb(179,154,144); }

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

background-color css

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

 a { background-color: rgb(179,154,144); }

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

border-color css

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

 span { border-color: rgb(179,154,144); }

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