Html Css Color HEX #B3A197 Del Rio

📋 copy color: '#B3A197'

red 179 ◦ green 161 ◦ blue 151

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

Shades of Del Rio #B3A197

Tints of Del Rio #B3A197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 30.75%

R = 36.46%
G = 32.79%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#B3A197 (or 0xB3A197) is known color: Del Rio. HEX triplet: B3, A1 and 97. RGB value is (179,161,151). Sum of RGB (Red+Green+Blue) = 179+161+151=491 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.46% from 491); Green value is 161 (63.28% from 255 or 32.79% from 491); Blue value is 151 (59.38% from 255 or 30.75% from 491); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A197 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A197 is #4C5E68. Grayscale: #A5A5A5. Windows color (decimal): -5004905 or 9937331. OLE color: 9937331.

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

Color convert

RGB 179 161 151 -
CMYK 0 0.10 0.16 0.30
HSL 21.43º 0.16% 0.65% -
HSV(B) 21.43º 0.16% 0.7% -
XYZ 36.92 37.31 34.53 -
YUV 165.24 119.96 137.81 -
System Red Green Blue C M Y K H S L
Decimal 179 161 151 0 0.10 0.16 0.30 21.43 0.16 0.65
Hex B3 A1 97 0 A 10 1E 15 10 41
Octal 263 241 227 0 12 20 36 25 20 101
Binary 10110011 10100001 10010111 0 1010 10000 11110 10101 10000 1000001

Color Harmonies of #B3A197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A197

Black with #B3A197

Text Example


Text Example

White with #B3A197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A197; }

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

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

background-color css

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

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

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

border-color css

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

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

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