Html Css Color HEX #B39D8F Del Rio

📋 copy color: '#B39D8F'

red 179 ◦ green 157 ◦ blue 143

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

Shades of Del Rio #B39D8F

Tints of Del Rio #B39D8F

RGB

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

 GREEN value IS 157 (61.72% from 255) = 32.78%

 BLUE value IS 143 (56.25% from 255) = 29.85%

R = 37.37%
G = 32.78%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B39D8F (or 0xB39D8F) is known color: Del Rio. HEX triplet: B3, 9D and 8F. RGB value is (179,157,143). Sum of RGB (Red+Green+Blue) = 179+157+143=479 (63% of max value = 765). Red value is 179 (70.31% from 255 or 37.37% from 479); Green value is 157 (61.72% from 255 or 32.78% from 479); Blue value is 143 (56.25% from 255 or 29.85% from 479); Max value from RGB is 179 - color contains mainly: red. Hex color #B39D8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39D8F is #4C6270. Grayscale: #A2A2A2. Windows color (decimal): -5005937 or 9412019. OLE color: 9412019.

HSL color Cylindrical-coordinate representation of color #B39D8F: hue angle of 23.33º 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 #B39D8F is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 157 143 -
CMYK 0 0.12 0.20 0.30
HSL 23.33º 0.19% 0.63% -
HSV(B) 23.33º 0.2% 0.7% -
XYZ 35.61 35.68 31 -
YUV 161.98 117.29 140.14 -
System Red Green Blue C M Y K H S L
Decimal 179 157 143 0 0.12 0.20 0.30 23.33 0.19 0.63
Hex B3 9D 8F 0 C 14 1E 17 13 3F
Octal 263 235 217 0 14 24 36 27 23 77
Binary 10110011 10011101 10001111 0 1100 10100 11110 10111 10011 111111

Color Harmonies of #B39D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39D8F

Black with #B39D8F

Text Example


Text Example

White with #B39D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39D8F; }

 p { color: rgb(179,157,143); }

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

background-color css

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

 a { background-color: rgb(179,157,143); }

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

border-color css

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

 span { border-color: rgb(179,157,143); }

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