Html Css Color HEX #B39A93 Del Rio

📋 copy color: '#B39A93'

red 179 ◦ green 154 ◦ blue 147

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

Shades of Del Rio #B39A93

Tints of Del Rio #B39A93

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 30.63%

R = 37.29%
G = 32.08%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.30

RGB Variations

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

Color information

#B39A93 (or 0xB39A93) is known color: Del Rio. HEX triplet: B3, 9A and 93. RGB value is (179,154,147). Sum of RGB (Red+Green+Blue) = 179+154+147=480 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.29% from 480); Green value is 154 (60.55% from 255 or 32.08% from 480); Blue value is 147 (57.81% from 255 or 30.62% from 480); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39A93 is #4C656C. Grayscale: #A0A0A0. Windows color (decimal): -5006701 or 9673395. OLE color: 9673395.

HSL color Cylindrical-coordinate representation of color #B39A93: hue angle of 13.12º degrees, saturation: 0.17, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B39A93 is Cyan = 0, Magento = 0.14, Yellow = 0.18 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 154 147 -
CMYK 0 0.14 0.18 0.30
HSL 13.13º 0.17% 0.64% -
HSV(B) 13.13º 0.18% 0.7% -
XYZ 35.41 34.8 32.45 -
YUV 160.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 179 154 147 0 0.14 0.18 0.30 13.13 0.17 0.64
Hex B3 9A 93 0 E 12 1E D 11 40
Octal 263 232 223 0 16 22 36 15 21 100
Binary 10110011 10011010 10010011 0 1110 10010 11110 1101 10001 1000000

Color Harmonies of #B39A93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39A93

Black with #B39A93

Text Example


Text Example

White with #B39A93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39A93; }

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

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

background-color css

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

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

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

border-color css

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

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

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