Html Css Color HEX #B39E8D Del Rio

📋 copy color: '#B39E8D'

red 179 ◦ green 158 ◦ blue 141

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

Shades of Del Rio #B39E8D

Tints of Del Rio #B39E8D

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.05%

 BLUE value IS 141 (55.47% from 255) = 29.5%

R = 37.45%
G = 33.05%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B39E8D (or 0xB39E8D) is known color: Del Rio. HEX triplet: B3, 9E and 8D. RGB value is (179,158,141). Sum of RGB (Red+Green+Blue) = 179+158+141=478 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.45% from 478); Green value is 158 (62.11% from 255 or 33.05% from 478); Blue value is 141 (55.47% from 255 or 29.50% from 478); Max value from RGB is 179 - color contains mainly: red. Hex color #B39E8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39E8D is #4C6172. Grayscale: #A2A2A2. Windows color (decimal): -5005683 or 9281203. OLE color: 9281203.

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

Color convert

RGB 179 158 141 -
CMYK 0 0.12 0.21 0.30
HSL 26.84º 0.2% 0.63% -
HSV(B) 26.84º 0.21% 0.7% -
XYZ 35.62 35.96 30.26 -
YUV 162.34 115.96 139.88 -
System Red Green Blue C M Y K H S L
Decimal 179 158 141 0 0.12 0.21 0.30 26.84 0.2 0.63
Hex B3 9E 8D 0 C 15 1E 1B 14 3F
Octal 263 236 215 0 14 25 36 33 24 77
Binary 10110011 10011110 10001101 0 1100 10101 11110 11011 10100 111111

Color Harmonies of #B39E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39E8D

Black with #B39E8D

Text Example


Text Example

White with #B39E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39E8D; }

 p { color: rgb(179,158,141); }

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

background-color css

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

 a { background-color: rgb(179,158,141); }

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

border-color css

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

 span { border-color: rgb(179,158,141); }

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