Html Css Color HEX #B6A08E Del Rio

📋 copy color: '#B6A08E'

red 182 ◦ green 160 ◦ blue 142

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

Shades of Del Rio #B6A08E

Tints of Del Rio #B6A08E

RGB

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

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

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

R = 37.6%
G = 33.06%
B = 29.34%

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

#B6A08E (or 0xB6A08E) is known color: Del Rio. HEX triplet: B6, A0 and 8E. RGB value is (182,160,142). Sum of RGB (Red+Green+Blue) = 182+160+142=484 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.60% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 142 (55.86% from 255 or 29.34% from 484); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A08E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A08E is #495F71. Grayscale: #A4A4A4. Windows color (decimal): -4808562 or 9347254. OLE color: 9347254.

HSL color Cylindrical-coordinate representation of color #B6A08E: hue angle of 27º 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 #B6A08E is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 160 142 -
CMYK 0 0.12 0.22 0.29
HSL 27º 0.22% 0.64% -
HSV(B) 27º 0.22% 0.71% -
XYZ 36.74 37.04 30.8 -
YUV 164.53 115.29 140.46 -
System Red Green Blue C M Y K H S L
Decimal 182 160 142 0 0.12 0.22 0.29 27 0.22 0.64
Hex B6 A0 8E 0 C 16 1D 1B 16 40
Octal 266 240 216 0 14 26 35 33 26 100
Binary 10110110 10100000 10001110 0 1100 10110 11101 11011 10110 1000000

Color Harmonies of #B6A08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A08E

Black with #B6A08E

Text Example


Text Example

White with #B6A08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A08E; }

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

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

background-color css

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

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

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

border-color css

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

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

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