Html Css Color HEX #B1A091 Del Rio

📋 copy color: '#B1A091'

red 177 ◦ green 160 ◦ blue 145

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

Shades of Del Rio #B1A091

Tints of Del Rio #B1A091

RGB

 RED value IS 177 (69.53% from 255) = 36.72%

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

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

R = 36.72%
G = 33.2%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.18

 K value IS 0.31

RGB Variations

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

Color information

#B1A091 (or 0xB1A091) is known color: Del Rio. HEX triplet: B1, A0 and 91. RGB value is (177,160,145). Sum of RGB (Red+Green+Blue) = 177+160+145=482 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.72% from 482); Green value is 160 (62.89% from 255 or 33.20% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A091 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A091 is #4E5F6E. Grayscale: #A3A3A3. Windows color (decimal): -5136239 or 9543857. OLE color: 9543857.

HSL color Cylindrical-coordinate representation of color #B1A091: hue angle of 28.12º degrees, saturation: 0.17, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B1A091 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 160 145 -
CMYK 0 0.10 0.18 0.31
HSL 28.13º 0.17% 0.63% -
HSV(B) 28.13º 0.18% 0.69% -
XYZ 35.81 36.53 31.95 -
YUV 163.37 117.63 137.72 -
System Red Green Blue C M Y K H S L
Decimal 177 160 145 0 0.10 0.18 0.31 28.13 0.17 0.63
Hex B1 A0 91 0 A 12 1F 1C 11 3F
Octal 261 240 221 0 12 22 37 34 21 77
Binary 10110001 10100000 10010001 0 1010 10010 11111 11100 10001 111111

Color Harmonies of #B1A091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A091

Black with #B1A091

Text Example


Text Example

White with #B1A091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A091; }

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

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

background-color css

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

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

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

border-color css

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

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

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