Html Css Color HEX #B39A8D Del Rio

📋 copy color: '#B39A8D'

red 179 ◦ green 154 ◦ blue 141

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

Shades of Del Rio #B39A8D

Tints of Del Rio #B39A8D

RGB

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

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

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

R = 37.76%
G = 32.49%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B39A8D (or 0xB39A8D) is known color: Del Rio. HEX triplet: B3, 9A and 8D. RGB value is (179,154,141). Sum of RGB (Red+Green+Blue) = 179+154+141=474 (62% of max value = 765). Red value is 179 (70.31% from 255 or 37.76% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 179 - color contains mainly: red. Hex color #B39A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39A8D is #4C6572. Grayscale: #A0A0A0. Windows color (decimal): -5006707 or 9280179. OLE color: 9280179.

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

Color convert

RGB 179 154 141 -
CMYK 0 0.14 0.21 0.30
HSL 20.53º 0.2% 0.63% -
HSV(B) 20.53º 0.21% 0.7% -
XYZ 34.95 34.62 30.04 -
YUV 159.99 117.28 141.56 -
System Red Green Blue C M Y K H S L
Decimal 179 154 141 0 0.14 0.21 0.30 20.53 0.2 0.63
Hex B3 9A 8D 0 E 15 1E 15 14 3F
Octal 263 232 215 0 16 25 36 25 24 77
Binary 10110011 10011010 10001101 0 1110 10101 11110 10101 10100 111111

Color Harmonies of #B39A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39A8D

Black with #B39A8D

Text Example


Text Example

White with #B39A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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