Html Css Color HEX #B5A098 Del Rio

📋 copy color: '#B5A098'

red 181 ◦ green 160 ◦ blue 152

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

Shades of Del Rio #B5A098

Tints of Del Rio #B5A098

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.45%

 BLUE value IS 152 (59.77% from 255) = 30.83%

R = 36.71%
G = 32.45%
B = 30.83%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B5A098 (or 0xB5A098) is known color: Del Rio. HEX triplet: B5, A0 and 98. RGB value is (181,160,152). Sum of RGB (Red+Green+Blue) = 181+160+152=493 (65% of max value = 765). Red value is 181 (71.09% from 255 or 36.71% from 493); Green value is 160 (62.89% from 255 or 32.45% from 493); Blue value is 152 (59.77% from 255 or 30.83% from 493); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A098 is #4A5F67. Grayscale: #A5A5A5. Windows color (decimal): -4874088 or 10002613. OLE color: 10002613.

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

Color convert

RGB 181 160 152 -
CMYK 0 0.12 0.16 0.29
HSL 16.55º 0.16% 0.65% -
HSV(B) 16.55º 0.16% 0.71% -
XYZ 37.29 37.23 34.93 -
YUV 165.37 120.46 139.15 -
System Red Green Blue C M Y K H S L
Decimal 181 160 152 0 0.12 0.16 0.29 16.55 0.16 0.65
Hex B5 A0 98 0 C 10 1D 11 10 41
Octal 265 240 230 0 14 20 35 21 20 101
Binary 10110101 10100000 10011000 0 1100 10000 11101 10001 10000 1000001

Color Harmonies of #B5A098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A098

Black with #B5A098

Text Example


Text Example

White with #B5A098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A098; }

 p { color: rgb(181,160,152); }

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

background-color css

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

 a { background-color: rgb(181,160,152); }

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

border-color css

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

 span { border-color: rgb(181,160,152); }

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