Html Css Color HEX #B5978A Del Rio

📋 copy color: '#B5978A'

red 181 ◦ green 151 ◦ blue 138

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

Shades of Del Rio #B5978A

Tints of Del Rio #B5978A

RGB

 RED value IS 181 (71.09% from 255) = 38.51%

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

 BLUE value IS 138 (54.3% from 255) = 29.36%

R = 38.51%
G = 32.13%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#B5978A (or 0xB5978A) is known color: Del Rio. HEX triplet: B5, 97 and 8A. RGB value is (181,151,138). Sum of RGB (Red+Green+Blue) = 181+151+138=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 151 (59.38% from 255 or 32.13% from 470); Blue value is 138 (54.30% from 255 or 29.36% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5978A is #4A6875. Grayscale: #9E9E9E. Windows color (decimal): -4876406 or 9082805. OLE color: 9082805.

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

Color convert

RGB 181 151 138 -
CMYK 0 0.17 0.24 0.29
HSL 18.14º 0.23% 0.63% -
HSV(B) 18.14º 0.24% 0.71% -
XYZ 34.71 33.79 28.74 -
YUV 158.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 181 151 138 0 0.17 0.24 0.29 18.14 0.23 0.63
Hex B5 97 8A 0 11 18 1D 12 17 3F
Octal 265 227 212 0 21 30 35 22 27 77
Binary 10110101 10010111 10001010 0 10001 11000 11101 10010 10111 111111

Color Harmonies of #B5978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5978A

Black with #B5978A

Text Example


Text Example

White with #B5978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5978A; }

 p { color: rgb(181,151,138); }

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

background-color css

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

 a { background-color: rgb(181,151,138); }

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

border-color css

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

 span { border-color: rgb(181,151,138); }

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