Html Css Color HEX #B0A094 Del Rio

📋 copy color: '#B0A094'

red 176 ◦ green 160 ◦ blue 148

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

Shades of Del Rio #B0A094

Tints of Del Rio #B0A094

RGB

 RED value IS 176 (69.14% from 255) = 36.36%

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

 BLUE value IS 148 (58.2% from 255) = 30.58%

R = 36.36%
G = 33.06%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B0A094 (or 0xB0A094) is known color: Del Rio. HEX triplet: B0, A0 and 94. RGB value is (176,160,148). Sum of RGB (Red+Green+Blue) = 176+160+148=484 (64% of max value = 765). Red value is 176 (69.14% from 255 or 36.36% from 484); Green value is 160 (62.89% from 255 or 33.06% from 484); Blue value is 148 (58.20% from 255 or 30.58% from 484); Max value from RGB is 176 - color contains mainly: red. Hex color #B0A094 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0A094 is #4F5F6B. Grayscale: #A3A3A3. Windows color (decimal): -5201772 or 9740464. OLE color: 9740464.

HSL color Cylindrical-coordinate representation of color #B0A094: hue angle of 25.71º degrees, saturation: 0.15, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B0A094 is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 160 148 -
CMYK 0 0.09 0.16 0.31
HSL 25.71º 0.15% 0.64% -
HSV(B) 25.71º 0.16% 0.69% -
XYZ 35.82 36.51 33.18 -
YUV 163.42 119.3 136.98 -
System Red Green Blue C M Y K H S L
Decimal 176 160 148 0 0.09 0.16 0.31 25.71 0.15 0.64
Hex B0 A0 94 0 9 10 1F 1A F 40
Octal 260 240 224 0 11 20 37 32 17 100
Binary 10110000 10100000 10010100 0 1001 10000 11111 11010 1111 1000000

Color Harmonies of #B0A094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0A094

Black with #B0A094

Text Example


Text Example

White with #B0A094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0A094; }

 p { color: rgb(176,160,148); }

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

background-color css

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

 a { background-color: rgb(176,160,148); }

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

border-color css

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

 span { border-color: rgb(176,160,148); }

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