Html Css Color HEX #B1A092 Del Rio

📋 copy color: '#B1A092'

red 177 ◦ green 160 ◦ blue 146

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

Shades of Del Rio #B1A092

Tints of Del Rio #B1A092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 30.23%

R = 36.65%
G = 33.13%
B = 30.23%

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

#B1A092 (or 0xB1A092) is known color: Del Rio. HEX triplet: B1, A0 and 92. RGB value is (177,160,146). Sum of RGB (Red+Green+Blue) = 177+160+146=483 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.65% from 483); Green value is 160 (62.89% from 255 or 33.13% from 483); Blue value is 146 (57.42% from 255 or 30.23% from 483); Max value from RGB is 177 - color contains mainly: red. Hex color #B1A092 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B1A092 is #4E5F6D. Grayscale: #A3A3A3. Windows color (decimal): -5136238 or 9609393. OLE color: 9609393.

HSL color Cylindrical-coordinate representation of color #B1A092: hue angle of 27.1º 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 #B1A092 is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 160 146 -
CMYK 0 0.10 0.18 0.31
HSL 27.1º 0.17% 0.63% -
HSV(B) 27.1º 0.18% 0.69% -
XYZ 35.89 36.56 32.36 -
YUV 163.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 177 160 146 0 0.10 0.18 0.31 27.1 0.17 0.63
Hex B1 A0 92 0 A 12 1F 1B 11 3F
Octal 261 240 222 0 12 22 37 33 21 77
Binary 10110001 10100000 10010010 0 1010 10010 11111 11011 10001 111111

Color Harmonies of #B1A092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1A092

Black with #B1A092

Text Example


Text Example

White with #B1A092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1A092; }

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

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

background-color css

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

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

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

border-color css

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

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

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