Html Css Color HEX #B2A199 Del Rio

📋 copy color: '#B2A199'

red 178 ◦ green 161 ◦ blue 153

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

Shades of Del Rio #B2A199

Tints of Del Rio #B2A199

RGB

 RED value IS 178 (69.92% from 255) = 36.18%

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

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

R = 36.18%
G = 32.72%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.14

 K value IS 0.30

RGB Variations

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

Color information

#B2A199 (or 0xB2A199) is known color: Del Rio. HEX triplet: B2, A1 and 99. RGB value is (178,161,153). Sum of RGB (Red+Green+Blue) = 178+161+153=492 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.18% from 492); Green value is 161 (63.28% from 255 or 32.72% from 492); Blue value is 153 (60.16% from 255 or 31.10% from 492); Max value from RGB is 178 - color contains mainly: red. Hex color #B2A199 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2A199 is #4D5E66. Grayscale: #A5A5A5. Windows color (decimal): -5070439 or 10068402. OLE color: 10068402.

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

Color convert

RGB 178 161 153 -
CMYK 0 0.10 0.14 0.30
HSL 19.2º 0.14% 0.65% -
HSV(B) 19.2º 0.14% 0.7% -
XYZ 36.85 37.25 35.39 -
YUV 165.17 121.13 137.15 -
System Red Green Blue C M Y K H S L
Decimal 178 161 153 0 0.10 0.14 0.30 19.2 0.14 0.65
Hex B2 A1 99 0 A E 1E 13 E 41
Octal 262 241 231 0 12 16 36 23 16 101
Binary 10110010 10100001 10011001 0 1010 1110 11110 10011 1110 1000001

Color Harmonies of #B2A199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2A199

Black with #B2A199

Text Example


Text Example

White with #B2A199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2A199; }

 p { color: rgb(178,161,153); }

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

background-color css

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

 a { background-color: rgb(178,161,153); }

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

border-color css

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

 span { border-color: rgb(178,161,153); }

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