Html Css Color HEX #B39285 Del Rio

📋 copy color: '#B39285'

red 179 ◦ green 146 ◦ blue 133

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

Shades of Del Rio #B39285

Tints of Del Rio #B39285

RGB

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

 GREEN value IS 146 (57.42% from 255) = 31.88%

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

R = 39.08%
G = 31.88%
B = 29.04%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B39285 (or 0xB39285) is known color: Del Rio. HEX triplet: B3, 92 and 85. RGB value is (179,146,133). Sum of RGB (Red+Green+Blue) = 179+146+133=458 (60% of max value = 765). Red value is 179 (70.31% from 255 or 39.08% from 458); Green value is 146 (57.42% from 255 or 31.88% from 458); Blue value is 133 (52.34% from 255 or 29.04% from 458); Max value from RGB is 179 - color contains mainly: red. Hex color #B39285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B39285 is #4C6D7A. Grayscale: #9A9A9A. Windows color (decimal): -5008763 or 8753843. OLE color: 8753843.

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

Color convert

RGB 179 146 133 -
CMYK 0 0.18 0.26 0.30
HSL 16.96º 0.23% 0.61% -
HSV(B) 16.96º 0.26% 0.7% -
XYZ 33.1 31.83 26.59 -
YUV 154.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 179 146 133 0 0.18 0.26 0.30 16.96 0.23 0.61
Hex B3 92 85 0 12 1A 1E 11 17 3D
Octal 263 222 205 0 22 32 36 21 27 75
Binary 10110011 10010010 10000101 0 10010 11010 11110 10001 10111 111101

Color Harmonies of #B39285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B39285

Black with #B39285

Text Example


Text Example

White with #B39285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B39285; }

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

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

background-color css

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

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

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

border-color css

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

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

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