Html Css Color HEX #B3A191 Del Rio

📋 copy color: '#B3A191'

red 179 ◦ green 161 ◦ blue 145

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

Shades of Del Rio #B3A191

Tints of Del Rio #B3A191

RGB

 RED value IS 179 (70.31% from 255) = 36.91%

 GREEN value IS 161 (63.28% from 255) = 33.2%

 BLUE value IS 145 (57.03% from 255) = 29.9%

R = 36.91%
G = 33.2%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.30

RGB Variations

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

Color information

#B3A191 (or 0xB3A191) is known color: Del Rio. HEX triplet: B3, A1 and 91. RGB value is (179,161,145). Sum of RGB (Red+Green+Blue) = 179+161+145=485 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.91% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 145 (57.03% from 255 or 29.90% from 485); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A191 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A191 is #4C5E6E. Grayscale: #A4A4A4. Windows color (decimal): -5004911 or 9544115. OLE color: 9544115.

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

Color convert

RGB 179 161 145 -
CMYK 0 0.10 0.19 0.30
HSL 28.24º 0.18% 0.64% -
HSV(B) 28.24º 0.19% 0.7% -
XYZ 36.45 37.12 32.03 -
YUV 164.56 116.96 138.3 -
System Red Green Blue C M Y K H S L
Decimal 179 161 145 0 0.10 0.19 0.30 28.24 0.18 0.64
Hex B3 A1 91 0 A 13 1E 1C 12 40
Octal 263 241 221 0 12 23 36 34 22 100
Binary 10110011 10100001 10010001 0 1010 10011 11110 11100 10010 1000000

Color Harmonies of #B3A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A191

Black with #B3A191

Text Example


Text Example

White with #B3A191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A191; }

 p { color: rgb(179,161,145); }

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

background-color css

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

 a { background-color: rgb(179,161,145); }

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

border-color css

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

 span { border-color: rgb(179,161,145); }

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