Html Css Color HEX #B2978F Del Rio

📋 copy color: '#B2978F'

red 178 ◦ green 151 ◦ blue 143

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

Shades of Del Rio #B2978F

Tints of Del Rio #B2978F

RGB

 RED value IS 178 (69.92% from 255) = 37.71%

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

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 37.71%
G = 31.99%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2978F (or 0xB2978F) is known color: Del Rio. HEX triplet: B2, 97 and 8F. RGB value is (178,151,143). Sum of RGB (Red+Green+Blue) = 178+151+143=472 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.71% from 472); Green value is 151 (59.38% from 255 or 31.99% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 178 - color contains mainly: red. Hex color #B2978F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2978F is #4D6870. Grayscale: #9E9E9E. Windows color (decimal): -5073009 or 9410482. OLE color: 9410482.

HSL color Cylindrical-coordinate representation of color #B2978F: hue angle of 13.71º degrees, saturation: 0.19, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2978F is Cyan = 0, Magento = 0.15, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 151 143 -
CMYK 0 0.15 0.20 0.30
HSL 13.71º 0.19% 0.63% -
HSV(B) 13.71º 0.2% 0.7% -
XYZ 34.38 33.58 30.66 -
YUV 158.16 119.45 142.15 -
System Red Green Blue C M Y K H S L
Decimal 178 151 143 0 0.15 0.20 0.30 13.71 0.19 0.63
Hex B2 97 8F 0 F 14 1E E 13 3F
Octal 262 227 217 0 17 24 36 16 23 77
Binary 10110010 10010111 10001111 0 1111 10100 11110 1110 10011 111111

Color Harmonies of #B2978F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2978F

Black with #B2978F

Text Example


Text Example

White with #B2978F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2978F; }

 p { color: rgb(178,151,143); }

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

background-color css

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

 a { background-color: rgb(178,151,143); }

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

border-color css

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

 span { border-color: rgb(178,151,143); }

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