Html Css Color HEX #B39688 Del Rio

📋 copy color: '#B39688'

red 179 ◦ green 150 ◦ blue 136

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

Shades of Del Rio #B39688

Tints of Del Rio #B39688

RGB

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

 GREEN value IS 150 (58.98% from 255) = 32.26%

 BLUE value IS 136 (53.52% from 255) = 29.25%

R = 38.49%
G = 32.26%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.30

RGB Variations

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

Color information

#B39688 (or 0xB39688) is known color: Del Rio. HEX triplet: B3, 96 and 88. RGB value is (179,150,136). Sum of RGB (Red+Green+Blue) = 179+150+136=465 (61% of max value = 765). Red value is 179 (70.31% from 255 or 38.49% from 465); Green value is 150 (58.98% from 255 or 32.26% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 179 - color contains mainly: red. Hex color #B39688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39688 is #4C6977. Grayscale: #9D9D9D. Windows color (decimal): -5007736 or 8951475. OLE color: 8951475.

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

Color convert

RGB 179 150 136 -
CMYK 0 0.16 0.24 0.30
HSL 19.53º 0.22% 0.62% -
HSV(B) 19.53º 0.24% 0.7% -
XYZ 33.94 33.17 27.91 -
YUV 157.08 116.11 143.64 -
System Red Green Blue C M Y K H S L
Decimal 179 150 136 0 0.16 0.24 0.30 19.53 0.22 0.62
Hex B3 96 88 0 10 18 1E 14 16 3E
Octal 263 226 210 0 20 30 36 24 26 76
Binary 10110011 10010110 10001000 0 10000 11000 11110 10100 10110 111110

Color Harmonies of #B39688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39688

Black with #B39688

Text Example


Text Example

White with #B39688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39688; }

 p { color: rgb(179,150,136); }

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

background-color css

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

 a { background-color: rgb(179,150,136); }

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

border-color css

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

 span { border-color: rgb(179,150,136); }

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