Html Css Color HEX #B9978B Del Rio

📋 copy color: '#B9978B'

red 185 ◦ green 151 ◦ blue 139

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

Shades of Del Rio #B9978B

Tints of Del Rio #B9978B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 29.26%

R = 38.95%
G = 31.79%
B = 29.26%

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

#B9978B (or 0xB9978B) is known color: Del Rio. HEX triplet: B9, 97 and 8B. RGB value is (185,151,139). Sum of RGB (Red+Green+Blue) = 185+151+139=475 (62% of max value = 765). Red value is 185 (72.66% from 255 or 38.95% from 475); Green value is 151 (59.38% from 255 or 31.79% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 185 - color contains mainly: red. Hex color #B9978B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B9978B is #466874. Grayscale: #9F9F9F. Windows color (decimal): -4614261 or 9148345. OLE color: 9148345.

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

Color convert

RGB 185 151 139 -
CMYK 0 0.18 0.25 0.27
HSL 15.65º 0.25% 0.64% -
HSV(B) 15.65º 0.25% 0.73% -
XYZ 35.73 34.31 29.17 -
YUV 159.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 185 151 139 0 0.18 0.25 0.27 15.65 0.25 0.64
Hex B9 97 8B 0 12 19 1B 10 19 40
Octal 271 227 213 0 22 31 33 20 31 100
Binary 10111001 10010111 10001011 0 10010 11001 11011 10000 11001 1000000

Color Harmonies of #B9978B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9978B

Black with #B9978B

Text Example


Text Example

White with #B9978B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9978B; }

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

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

background-color css

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

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

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

border-color css

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

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

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