Html Css Color HEX #B9978A Del Rio

📋 copy color: '#B9978A'

red 185 ◦ green 151 ◦ blue 138

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

Shades of Del Rio #B9978A

Tints of Del Rio #B9978A

RGB

 RED value IS 185 (72.66% from 255) = 39.03%

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

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

R = 39.03%
G = 31.86%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#B9978A (or 0xB9978A) is known color: Del Rio. HEX triplet: B9, 97 and 8A. RGB value is (185,151,138). Sum of RGB (Red+Green+Blue) = 185+151+138=474 (62% of max value = 765). Red value is 185 (72.66% from 255 or 39.03% from 474); Green value is 151 (59.38% from 255 or 31.86% from 474); Blue value is 138 (54.30% from 255 or 29.11% from 474); Max value from RGB is 185 - color contains mainly: red. Hex color #B9978A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9978A is #466875. Grayscale: #9F9F9F. Windows color (decimal): -4614262 or 9082809. OLE color: 9082809.

HSL color Cylindrical-coordinate representation of color #B9978A: hue angle of 16.6º degrees, saturation: 0.25, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9978A is Cyan = 0, Magento = 0.18, Yellow = 0.25 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 151 138 -
CMYK 0 0.18 0.25 0.27
HSL 16.6º 0.25% 0.63% -
HSV(B) 16.6º 0.25% 0.73% -
XYZ 35.66 34.28 28.78 -
YUV 159.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 185 151 138 0 0.18 0.25 0.27 16.6 0.25 0.63
Hex B9 97 8A 0 12 19 1B 11 19 3F
Octal 271 227 212 0 22 31 33 21 31 77
Binary 10111001 10010111 10001010 0 10010 11001 11011 10001 11001 111111

Color Harmonies of #B9978A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9978A

Black with #B9978A

Text Example


Text Example

White with #B9978A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9978A; }

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

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

background-color css

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

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

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

border-color css

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

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

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