#B7968D

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

Shades of Del Rio #B7968D

Tints of Del Rio #B7968D

Color information

#B7968D (or 0xB7968D) is unknown color: approx Del Rio. HEX triplet: B7, 96 and 8D. RGB value is (183,150,141). Sum of RGB (Red+Green+Blue) = 183+150+141=474 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.61% from 474); Green value is 150 (58.98% from 255 or 31.65% from 474); Blue value is 141 (55.47% from 255 or 29.75% from 474); Max value from RGB is 183 - color contains mainly: red. Hex color #B7968D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7968D is #486972. Grayscale: #9E9E9E. Windows color (decimal): -4745587 or 9279159. OLE color: 9279159.

HSL color Cylindrical-coordinate representation of color #B7968D: hue angle of 12.86º 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 #B7968D is Cyan = 0, Magento = 0.18, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB183150141-
CMYK00.180.230.28
HSL12.86º22.58%63.53%-
HSV(B)12.86º22.95%71.76%-
XYZ35.2433.829.87-
YUV158.84117.93145.23-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.61%
GREEN value IS 150 (58.98% from 255) = 31.65%
BLUE value IS 141 (55.47% from 255) = 29.75%
R=38.61%
G=31.65%
B=29.75%

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
Decimal18315014100.180.230.2812.8622.5863.53
HexB7968D012171Cd1740
Octal26722621502227341527100
Binary10110111100101101000110101001010111111001101101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7968D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7968D; }

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

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

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

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

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

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

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

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