Html Css Color HEX #B6A18E Del Rio

📋 copy color: '#B6A18E'

red 182 ◦ green 161 ◦ blue 142

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

Shades of Del Rio #B6A18E

Tints of Del Rio #B6A18E

RGB

 RED value IS 182 (71.48% from 255) = 37.53%

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

 BLUE value IS 142 (55.86% from 255) = 29.28%

R = 37.53%
G = 33.2%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#B6A18E (or 0xB6A18E) is known color: Del Rio. HEX triplet: B6, A1 and 8E. RGB value is (182,161,142). Sum of RGB (Red+Green+Blue) = 182+161+142=485 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.53% from 485); Green value is 161 (63.28% from 255 or 33.20% from 485); Blue value is 142 (55.86% from 255 or 29.28% from 485); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A18E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A18E is #495E71. Grayscale: #A5A5A5. Windows color (decimal): -4808306 or 9347510. OLE color: 9347510.

HSL color Cylindrical-coordinate representation of color #B6A18E: hue angle of 28.5º degrees, saturation: 0.22, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B6A18E is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 161 142 -
CMYK 0 0.12 0.22 0.29
HSL 28.5º 0.22% 0.64% -
HSV(B) 28.5º 0.22% 0.71% -
XYZ 36.92 37.39 30.86 -
YUV 165.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 182 161 142 0 0.12 0.22 0.29 28.5 0.22 0.64
Hex B6 A1 8E 0 C 16 1D 1C 16 40
Octal 266 241 216 0 14 26 35 34 26 100
Binary 10110110 10100001 10001110 0 1100 10110 11101 11100 10110 1000000

Color Harmonies of #B6A18E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A18E

Black with #B6A18E

Text Example


Text Example

White with #B6A18E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A18E; }

 p { color: rgb(182,161,142); }

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

background-color css

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

 a { background-color: rgb(182,161,142); }

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

border-color css

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

 span { border-color: rgb(182,161,142); }

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