Html Css Color HEX #B59C94 Del Rio

📋 copy color: '#B59C94'

red 181 ◦ green 156 ◦ blue 148

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

Shades of Del Rio #B59C94

Tints of Del Rio #B59C94

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.16%

 BLUE value IS 148 (58.2% from 255) = 30.52%

R = 37.32%
G = 32.16%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B59C94 (or 0xB59C94) is known color: Del Rio. HEX triplet: B5, 9C and 94. RGB value is (181,156,148). Sum of RGB (Red+Green+Blue) = 181+156+148=485 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.32% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 148 (58.20% from 255 or 30.52% from 485); Max value from RGB is 181 - color contains mainly: red. Hex color #B59C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B59C94 is #4A636B. Grayscale: #A2A2A2. Windows color (decimal): -4875116 or 9739445. OLE color: 9739445.

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

Color convert

RGB 181 156 148 -
CMYK 0 0.14 0.18 0.29
HSL 14.55º 0.18% 0.65% -
HSV(B) 14.55º 0.18% 0.71% -
XYZ 36.29 35.74 33 -
YUV 162.56 119.78 141.15 -
System Red Green Blue C M Y K H S L
Decimal 181 156 148 0 0.14 0.18 0.29 14.55 0.18 0.65
Hex B5 9C 94 0 E 12 1D F 12 41
Octal 265 234 224 0 16 22 35 17 22 101
Binary 10110101 10011100 10010100 0 1110 10010 11101 1111 10010 1000001

Color Harmonies of #B59C94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B59C94

Black with #B59C94

Text Example


Text Example

White with #B59C94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B59C94; }

 p { color: rgb(181,156,148); }

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

background-color css

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

 a { background-color: rgb(181,156,148); }

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

border-color css

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

 span { border-color: rgb(181,156,148); }

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