Html Css Color HEX #B39384 Del Rio

📋 copy color: '#B39384'

red 179 ◦ green 147 ◦ blue 132

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

Shades of Del Rio #B39384

Tints of Del Rio #B39384

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 28.82%

R = 39.08%
G = 32.1%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B39384 (or 0xB39384) is known color: Del Rio. HEX triplet: B3, 93 and 84. RGB value is (179,147,132). Sum of RGB (Red+Green+Blue) = 179+147+132=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 147 (57.81% from 255 or 32.10% from 458); Blue value is 132 (51.95% from 255 or 28.82% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B39384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39384 is #4C6C7B. Grayscale: #9A9A9A. Windows color (decimal): -5008508 or 8688563. OLE color: 8688563.

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

Color convert

RGB 179 147 132 -
CMYK 0 0.18 0.26 0.30
HSL 19.15º 0.24% 0.61% -
HSV(B) 19.15º 0.26% 0.7% -
XYZ 33.19 32.12 26.28 -
YUV 154.86 115.1 145.22 -
System Red Green Blue C M Y K H S L
Decimal 179 147 132 0 0.18 0.26 0.30 19.15 0.24 0.61
Hex B3 93 84 0 12 1A 1E 13 18 3D
Octal 263 223 204 0 22 32 36 23 30 75
Binary 10110011 10010011 10000100 0 10010 11010 11110 10011 11000 111101

Color Harmonies of #B39384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39384

Black with #B39384

Text Example


Text Example

White with #B39384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39384; }

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

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

background-color css

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

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

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

border-color css

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

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

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