Html Css Color HEX #B3A099 Del Rio

📋 copy color: '#B3A099'

red 179 ◦ green 160 ◦ blue 153

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

Shades of Del Rio #B3A099

Tints of Del Rio #B3A099

RGB

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

 GREEN value IS 160 (62.89% from 255) = 32.52%

 BLUE value IS 153 (60.16% from 255) = 31.1%

R = 36.38%
G = 32.52%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.30

RGB Variations

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

Color information

#B3A099 (or 0xB3A099) is known color: Del Rio. HEX triplet: B3, A0 and 99. RGB value is (179,160,153). Sum of RGB (Red+Green+Blue) = 179+160+153=492 (65% of max value = 765). Red value is 179 (70.31% from 255 or 36.38% from 492); Green value is 160 (62.89% from 255 or 32.52% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 179 - color contains mainly: red. Hex color #B3A099 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B3A099 is #4C5F66. Grayscale: #A4A4A4. Windows color (decimal): -5005159 or 10068147. OLE color: 10068147.

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

Color convert

RGB 179 160 153 -
CMYK 0 0.11 0.15 0.30
HSL 16.15º 0.15% 0.65% -
HSV(B) 16.15º 0.15% 0.7% -
XYZ 36.91 37.03 35.34 -
YUV 164.88 121.29 138.07 -
System Red Green Blue C M Y K H S L
Decimal 179 160 153 0 0.11 0.15 0.30 16.15 0.15 0.65
Hex B3 A0 99 0 B F 1E 10 F 41
Octal 263 240 231 0 13 17 36 20 17 101
Binary 10110011 10100000 10011001 0 1011 1111 11110 10000 1111 1000001

Color Harmonies of #B3A099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3A099

Black with #B3A099

Text Example


Text Example

White with #B3A099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3A099; }

 p { color: rgb(179,160,153); }

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

background-color css

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

 a { background-color: rgb(179,160,153); }

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

border-color css

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

 span { border-color: rgb(179,160,153); }

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