Html Css Color HEX #B39185 Del Rio

📋 copy color: '#B39185'

red 179 ◦ green 145 ◦ blue 133

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

Shades of Del Rio #B39185

Tints of Del Rio #B39185

RGB

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

 GREEN value IS 145 (57.03% from 255) = 31.73%

 BLUE value IS 133 (52.34% from 255) = 29.1%

R = 39.17%
G = 31.73%
B = 29.1%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B39185 (or 0xB39185) is known color: Del Rio. HEX triplet: B3, 91 and 85. RGB value is (179,145,133). Sum of RGB (Red+Green+Blue) = 179+145+133=457 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.17% from 457); Green value is 145 (57.03% from 255 or 31.73% from 457); Blue value is 133 (52.34% from 255 or 29.10% from 457); Max value from RGB is 179 - color contains mainly: red. Hex color #B39185 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39185 is #4C6E7A. Grayscale: #999999. Windows color (decimal): -5009019 or 8753587. OLE color: 8753587.

HSL color Cylindrical-coordinate representation of color #B39185: hue angle of 15.65º degrees, saturation: 0.23, 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 #B39185 is Cyan = 0, Magento = 0.19, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 145 133 -
CMYK 0 0.19 0.26 0.30
HSL 15.65º 0.23% 0.61% -
HSV(B) 15.65º 0.26% 0.7% -
XYZ 32.95 31.53 26.54 -
YUV 153.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 179 145 133 0 0.19 0.26 0.30 15.65 0.23 0.61
Hex B3 91 85 0 13 1A 1E 10 17 3D
Octal 263 221 205 0 23 32 36 20 27 75
Binary 10110011 10010001 10000101 0 10011 11010 11110 10000 10111 111101

Color Harmonies of #B39185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39185

Black with #B39185

Text Example


Text Example

White with #B39185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39185; }

 p { color: rgb(179,145,133); }

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

background-color css

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

 a { background-color: rgb(179,145,133); }

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

border-color css

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

 span { border-color: rgb(179,145,133); }

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