Html Css Color HEX #B0978E Del Rio

📋 copy color: '#B0978E'

red 176 ◦ green 151 ◦ blue 142

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

Shades of Del Rio #B0978E

Tints of Del Rio #B0978E

RGB

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

 GREEN value IS 151 (59.38% from 255) = 32.2%

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

R = 37.53%
G = 32.2%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0978E (or 0xB0978E) is known color: Del Rio. HEX triplet: B0, 97 and 8E. RGB value is (176,151,142). Sum of RGB (Red+Green+Blue) = 176+151+142=469 (62% of max value = 765). Red value is 176 (69.14% from 255 or 37.53% from 469); Green value is 151 (59.38% from 255 or 32.20% from 469); Blue value is 142 (55.86% from 255 or 30.28% from 469); Max value from RGB is 176 - color contains mainly: red. Hex color #B0978E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B0978E is #4F6871. Grayscale: #9D9D9D. Windows color (decimal): -5204082 or 9344944. OLE color: 9344944.

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

Color convert

RGB 176 151 142 -
CMYK 0 0.14 0.19 0.31
HSL 15.88º 0.18% 0.62% -
HSV(B) 15.88º 0.19% 0.69% -
XYZ 33.85 33.32 30.24 -
YUV 157.45 119.28 141.23 -
System Red Green Blue C M Y K H S L
Decimal 176 151 142 0 0.14 0.19 0.31 15.88 0.18 0.62
Hex B0 97 8E 0 E 13 1F 10 12 3E
Octal 260 227 216 0 16 23 37 20 22 76
Binary 10110000 10010111 10001110 0 1110 10011 11111 10000 10010 111110

Color Harmonies of #B0978E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0978E

Black with #B0978E

Text Example


Text Example

White with #B0978E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0978E; }

 p { color: rgb(176,151,142); }

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

background-color css

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

 a { background-color: rgb(176,151,142); }

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

border-color css

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

 span { border-color: rgb(176,151,142); }

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