Html Css Color HEX #B59B8D Del Rio

📋 copy color: '#B59B8D'

red 181 ◦ green 155 ◦ blue 141

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

Shades of Del Rio #B59B8D

Tints of Del Rio #B59B8D

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.49%

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

R = 37.95%
G = 32.49%
B = 29.56%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B59B8D (or 0xB59B8D) is known color: Del Rio. HEX triplet: B5, 9B and 8D. RGB value is (181,155,141). Sum of RGB (Red+Green+Blue) = 181+155+141=477 (63% of max value = 765). Red value is 181 (71.09% from 255 or 37.95% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 181 - color contains mainly: red. Hex color #B59B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59B8D is #4A6472. Grayscale: #A1A1A1. Windows color (decimal): -4875379 or 9280437. OLE color: 9280437.

HSL color Cylindrical-coordinate representation of color #B59B8D: hue angle of 21º degrees, saturation: 0.21, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B59B8D is Cyan = 0, Magento = 0.14, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 155 141 -
CMYK 0 0.14 0.22 0.29
HSL 21º 0.21% 0.63% -
HSV(B) 21º 0.22% 0.71% -
XYZ 35.59 35.19 30.12 -
YUV 161.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 181 155 141 0 0.14 0.22 0.29 21 0.21 0.63
Hex B5 9B 8D 0 E 16 1D 15 15 3F
Octal 265 233 215 0 16 26 35 25 25 77
Binary 10110101 10011011 10001101 0 1110 10110 11101 10101 10101 111111

Color Harmonies of #B59B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59B8D

Black with #B59B8D

Text Example


Text Example

White with #B59B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59B8D; }

 p { color: rgb(181,155,141); }

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

background-color css

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

 a { background-color: rgb(181,155,141); }

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

border-color css

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

 span { border-color: rgb(181,155,141); }

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