Html Css Color HEX #B3A295 Del Rio

📋 copy color: '#B3A295'

red 179 ◦ green 162 ◦ blue 149

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

Shades of Del Rio #B3A295

Tints of Del Rio #B3A295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 30.41%

R = 36.53%
G = 33.06%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#B3A295 (or 0xB3A295) is known color: Del Rio. HEX triplet: B3, A2 and 95. RGB value is (179,162,149). Sum of RGB (Red+Green+Blue) = 179+162+149=490 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.53% from 490); Green value is 162 (63.67% from 255 or 33.06% from 490); Blue value is 149 (58.59% from 255 or 30.41% from 490); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A295 is #4C5D6A. Grayscale: #A5A5A5. Windows color (decimal): -5004651 or 9806515. OLE color: 9806515.

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

Color convert

RGB 179 162 149 -
CMYK 0 0.09 0.17 0.30
HSL 26º 0.16% 0.64% -
HSV(B) 26º 0.17% 0.7% -
XYZ 36.94 37.59 33.74 -
YUV 165.6 118.63 137.56 -
System Red Green Blue C M Y K H S L
Decimal 179 162 149 0 0.09 0.17 0.30 26 0.16 0.64
Hex B3 A2 95 0 9 11 1E 1A 10 40
Octal 263 242 225 0 11 21 36 32 20 100
Binary 10110011 10100010 10010101 0 1001 10001 11110 11010 10000 1000000

Color Harmonies of #B3A295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A295

Black with #B3A295

Text Example


Text Example

White with #B3A295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A295; }

 p { color: rgb(179,162,149); }

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

background-color css

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

 a { background-color: rgb(179,162,149); }

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

border-color css

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

 span { border-color: rgb(179,162,149); }

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