Html Css Color HEX #B6978C Del Rio

📋 copy color: '#B6978C'

red 182 ◦ green 151 ◦ blue 140

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

Shades of Del Rio #B6978C

Tints of Del Rio #B6978C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 29.6%

R = 38.48%
G = 31.92%
B = 29.6%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#B6978C (or 0xB6978C) is known color: Del Rio. HEX triplet: B6, 97 and 8C. RGB value is (182,151,140). Sum of RGB (Red+Green+Blue) = 182+151+140=473 (62% of max value = 765). Red value is 182 (71.48% from 255 or 38.48% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 182 - color contains mainly: red. Hex color #B6978C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B6978C is #496873. Grayscale: #9F9F9F. Windows color (decimal): -4810868 or 9213878. OLE color: 9213878.

HSL color Cylindrical-coordinate representation of color #B6978C: hue angle of 15.71º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B6978C is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 151 140 -
CMYK 0 0.17 0.23 0.29
HSL 15.71º 0.22% 0.63% -
HSV(B) 15.71º 0.23% 0.71% -
XYZ 35.09 33.97 29.52 -
YUV 159.02 117.27 144.39 -
System Red Green Blue C M Y K H S L
Decimal 182 151 140 0 0.17 0.23 0.29 15.71 0.22 0.63
Hex B6 97 8C 0 11 17 1D 10 16 3F
Octal 266 227 214 0 21 27 35 20 26 77
Binary 10110110 10010111 10001100 0 10001 10111 11101 10000 10110 111111

Color Harmonies of #B6978C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6978C

Black with #B6978C

Text Example


Text Example

White with #B6978C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6978C; }

 p { color: rgb(182,151,140); }

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

background-color css

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

 a { background-color: rgb(182,151,140); }

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

border-color css

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

 span { border-color: rgb(182,151,140); }

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