Html Css Color HEX #B6A18D Del Rio

📋 copy color: '#B6A18D'

red 182 ◦ green 161 ◦ blue 141

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

Shades of Del Rio #B6A18D

Tints of Del Rio #B6A18D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 37.6%
G = 33.26%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6A18D (or 0xB6A18D) is known color: Del Rio. HEX triplet: B6, A1 and 8D. RGB value is (182,161,141). Sum of RGB (Red+Green+Blue) = 182+161+141=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 161 (63.28% from 255 or 33.26% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A18D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A18D is #495E72. Grayscale: #A5A5A5. Windows color (decimal): -4808307 or 9281974. OLE color: 9281974.

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

Color convert

RGB 182 161 141 -
CMYK 0 0.12 0.23 0.29
HSL 29.27º 0.22% 0.63% -
HSV(B) 29.27º 0.23% 0.71% -
XYZ 36.84 37.36 30.47 -
YUV 165 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 182 161 141 0 0.12 0.23 0.29 29.27 0.22 0.63
Hex B6 A1 8D 0 C 17 1D 1D 16 3F
Octal 266 241 215 0 14 27 35 35 26 77
Binary 10110110 10100001 10001101 0 1100 10111 11101 11101 10110 111111

Color Harmonies of #B6A18D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A18D

Black with #B6A18D

Text Example


Text Example

White with #B6A18D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A18D; }

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

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

background-color css

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

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

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

border-color css

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

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

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