Html Css Color HEX #B59285 Del Rio

📋 copy color: '#B59285'

red 181 ◦ green 146 ◦ blue 133

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

Shades of Del Rio #B59285

Tints of Del Rio #B59285

RGB

 RED value IS 181 (71.09% from 255) = 39.35%

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

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

R = 39.35%
G = 31.74%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B59285 (or 0xB59285) is known color: Del Rio. HEX triplet: B5, 92 and 85. RGB value is (181,146,133). Sum of RGB (Red+Green+Blue) = 181+146+133=460 (60% of max value = 765). Red value is 181 (71.09% from 255 or 39.35% from 460); Green value is 146 (57.42% from 255 or 31.74% from 460); Blue value is 133 (52.34% from 255 or 28.91% from 460); Max value from RGB is 181 - color contains mainly: red. Hex color #B59285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59285 is #4A6D7A. Grayscale: #9B9B9B. Windows color (decimal): -4877691 or 8753845. OLE color: 8753845.

HSL color Cylindrical-coordinate representation of color #B59285: hue angle of 16.25º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B59285 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 146 133 -
CMYK 0 0.19 0.27 0.29
HSL 16.25º 0.24% 0.62% -
HSV(B) 16.25º 0.27% 0.71% -
XYZ 33.57 32.07 26.61 -
YUV 154.98 115.6 146.56 -
System Red Green Blue C M Y K H S L
Decimal 181 146 133 0 0.19 0.27 0.29 16.25 0.24 0.62
Hex B5 92 85 0 13 1B 1D 10 18 3E
Octal 265 222 205 0 23 33 35 20 30 76
Binary 10110101 10010010 10000101 0 10011 11011 11101 10000 11000 111110

Color Harmonies of #B59285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59285

Black with #B59285

Text Example


Text Example

White with #B59285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59285; }

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

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

background-color css

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

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

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

border-color css

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

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

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