#B8968D

Color #B8968D Del Rio (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Del Rio #B8968D

Tints of Del Rio #B8968D

Color information

#B8968D (or 0xB8968D) is unknown color: approx Del Rio. HEX triplet: B8, 96 and 8D. RGB value is (184,150,141). Sum of RGB (Red+Green+Blue) = 184+150+141=475 (62% of max value = 765). Red value is 184 (72.27% from 255 or 38.74% from 475); Green value is 150 (58.98% from 255 or 31.58% from 475); Blue value is 141 (55.47% from 255 or 29.68% from 475); Max value from RGB is 184 - color contains mainly: red. Hex color #B8968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B8968D is #476972. Grayscale: #9F9F9F. Windows color (decimal): -4680051 or 9279160. OLE color: 9279160.

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

Color convert

RGB184150141-
CMYK00.180.230.28
HSL12.56º23.24%63.73%-
HSV(B)12.56º23.37%72.16%-
XYZ35.4833.9329.88-
YUV159.14117.76145.73-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 38.74%
GREEN value IS 150 (58.98% from 255) = 31.58%
BLUE value IS 141 (55.47% from 255) = 29.68%
R=38.74%
G=31.58%
B=29.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18415014100.180.230.2812.5623.2463.73
HexB8968D012171Cd1740
Octal27022621502227341527100
Binary10111000100101101000110101001010111111001101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8968D; }

 p { color: rgb(184,150,141); }

 H1.HeaderClassName
 {
   color: #B8968D;
 }
 .AnyTagClassName
 {
   color: #B8968D;
 }
</style>
background-color css

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

 a { background-color: rgb(184,150,141); }

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

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

 span { border-color: rgb(184,150,141); }

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