Html Css Color HEX #B6A091 Del Rio

📋 copy color: '#B6A091'

red 182 ◦ green 160 ◦ blue 145

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

Shades of Del Rio #B6A091

Tints of Del Rio #B6A091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29.77%

R = 37.37%
G = 32.85%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B6A091 (or 0xB6A091) is known color: Del Rio. HEX triplet: B6, A0 and 91. RGB value is (182,160,145). Sum of RGB (Red+Green+Blue) = 182+160+145=487 (64% of max value = 765). Red value is 182 (71.48% from 255 or 37.37% from 487); Green value is 160 (62.89% from 255 or 32.85% from 487); Blue value is 145 (57.03% from 255 or 29.77% from 487); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6A091 is #495F6E. Grayscale: #A4A4A4. Windows color (decimal): -4808559 or 9543862. OLE color: 9543862.

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

Color convert

RGB 182 160 145 -
CMYK 0 0.12 0.20 0.29
HSL 24.32º 0.2% 0.64% -
HSV(B) 24.32º 0.2% 0.71% -
XYZ 36.97 37.13 32.01 -
YUV 164.87 116.79 140.22 -
System Red Green Blue C M Y K H S L
Decimal 182 160 145 0 0.12 0.20 0.29 24.32 0.2 0.64
Hex B6 A0 91 0 C 14 1D 18 14 40
Octal 266 240 221 0 14 24 35 30 24 100
Binary 10110110 10100000 10010001 0 1100 10100 11101 11000 10100 1000000

Color Harmonies of #B6A091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A091

Black with #B6A091

Text Example


Text Example

White with #B6A091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A091; }

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

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

background-color css

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

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

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

border-color css

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

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

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