Html Css Color HEX #B3A190 Del Rio

📋 copy color: '#B3A190'

red 179 ◦ green 161 ◦ blue 144

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

Shades of Del Rio #B3A190

Tints of Del Rio #B3A190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 29.75%

R = 36.98%
G = 33.26%
B = 29.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B3A190 (or 0xB3A190) is known color: Del Rio. HEX triplet: B3, A1 and 90. RGB value is (179,161,144). Sum of RGB (Red+Green+Blue) = 179+161+144=484 (64% of max value = 765). Red value is 179 (70.31% from 255 or 36.98% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 144 (56.64% from 255 or 29.75% from 484); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A190 is #4C5E6F. Grayscale: #A4A4A4. Windows color (decimal): -5004912 or 9478579. OLE color: 9478579.

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

Color convert

RGB 179 161 144 -
CMYK 0 0.10 0.20 0.30
HSL 29.14º 0.19% 0.63% -
HSV(B) 29.14º 0.2% 0.7% -
XYZ 36.37 37.09 31.63 -
YUV 164.44 116.46 138.38 -
System Red Green Blue C M Y K H S L
Decimal 179 161 144 0 0.10 0.20 0.30 29.14 0.19 0.63
Hex B3 A1 90 0 A 14 1E 1D 13 3F
Octal 263 241 220 0 12 24 36 35 23 77
Binary 10110011 10100001 10010000 0 1010 10100 11110 11101 10011 111111

Color Harmonies of #B3A190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A190

Black with #B3A190

Text Example


Text Example

White with #B3A190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A190; }

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

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

background-color css

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

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

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

border-color css

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

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

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