Html Css Color HEX #B2978D Del Rio

📋 copy color: '#B2978D'

red 178 ◦ green 151 ◦ blue 141

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

Shades of Del Rio #B2978D

Tints of Del Rio #B2978D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30%

R = 37.87%
G = 32.13%
B = 30%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B2978D (or 0xB2978D) is known color: Del Rio. HEX triplet: B2, 97 and 8D. RGB value is (178,151,141). Sum of RGB (Red+Green+Blue) = 178+151+141=470 (62% of max value = 765). Red value is 178 (69.92% from 255 or 37.87% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 141 (55.47% from 255 or 30% from 470); Max value from RGB is 178 - color contains mainly: red. Hex color #B2978D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2978D is #4D6872. Grayscale: #9D9D9D. Windows color (decimal): -5073011 or 9279410. OLE color: 9279410.

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

Color convert

RGB 178 151 141 -
CMYK 0 0.15 0.21 0.30
HSL 16.22º 0.19% 0.63% -
HSV(B) 16.22º 0.21% 0.7% -
XYZ 34.23 33.52 29.87 -
YUV 157.93 118.45 142.31 -
System Red Green Blue C M Y K H S L
Decimal 178 151 141 0 0.15 0.21 0.30 16.22 0.19 0.63
Hex B2 97 8D 0 F 15 1E 10 13 3F
Octal 262 227 215 0 17 25 36 20 23 77
Binary 10110010 10010111 10001101 0 1111 10101 11110 10000 10011 111111

Color Harmonies of #B2978D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2978D

Black with #B2978D

Text Example


Text Example

White with #B2978D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2978D; }

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

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

background-color css

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

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

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

border-color css

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

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

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