Html Css Color HEX #B5A292 Del Rio

📋 copy color: '#B5A292'

red 181 ◦ green 162 ◦ blue 146

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

Shades of Del Rio #B5A292

Tints of Del Rio #B5A292

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.13%

 BLUE value IS 146 (57.42% from 255) = 29.86%

R = 37.01%
G = 33.13%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#B5A292 (or 0xB5A292) is known color: Del Rio. HEX triplet: B5, A2 and 92. RGB value is (181,162,146). Sum of RGB (Red+Green+Blue) = 181+162+146=489 (64% of max value = 765). Red value is 181 (71.09% from 255 or 37.01% from 489); Green value is 162 (63.67% from 255 or 33.13% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A292 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5A292 is #4A5D6D. Grayscale: #A5A5A5. Windows color (decimal): -4873582 or 9609909. OLE color: 9609909.

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

Color convert

RGB 181 162 146 -
CMYK 0 0.10 0.19 0.29
HSL 27.43º 0.19% 0.64% -
HSV(B) 27.43º 0.19% 0.71% -
XYZ 37.16 37.74 32.52 -
YUV 165.86 116.79 138.8 -
System Red Green Blue C M Y K H S L
Decimal 181 162 146 0 0.10 0.19 0.29 27.43 0.19 0.64
Hex B5 A2 92 0 A 13 1D 1B 13 40
Octal 265 242 222 0 12 23 35 33 23 100
Binary 10110101 10100010 10010010 0 1010 10011 11101 11011 10011 1000000

Color Harmonies of #B5A292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5A292

Black with #B5A292

Text Example


Text Example

White with #B5A292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5A292; }

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

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

background-color css

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

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

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

border-color css

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

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

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