#B7968C

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

Shades of Del Rio #B7968C

Tints of Del Rio #B7968C

Color information

#B7968C (or 0xB7968C) is unknown color: approx Del Rio. HEX triplet: B7, 96 and 8C. RGB value is (183,150,140). Sum of RGB (Red+Green+Blue) = 183+150+140=473 (62% of max value = 765). Red value is 183 (71.88% from 255 or 38.69% from 473); Green value is 150 (58.98% from 255 or 31.71% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 183 - color contains mainly: red. Hex color #B7968C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B7968C is #486973. Grayscale: #9E9E9E. Windows color (decimal): -4745588 or 9213623. OLE color: 9213623.

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

Color convert

RGB183150140-
CMYK00.180.230.28
HSL13.95º22.99%63.33%-
HSV(B)13.95º23.5%71.76%-
XYZ35.1733.7729.48-
YUV158.73117.43145.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 38.69%
GREEN value IS 150 (58.98% from 255) = 31.71%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=38.69%
G=31.71%
B=29.60%

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
Decimal18315014000.180.230.2813.9522.9963.33
HexB7968C012171Ce173f
Octal2672262140222734162777
Binary1011011110010110100011000100101011111100111010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7968C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7968C; }

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

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

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

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

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

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

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

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