#B5968B

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

Shades of Del Rio #B5968B

Tints of Del Rio #B5968B

Color information

#B5968B (or 0xB5968B) is unknown color: approx Del Rio. HEX triplet: B5, 96 and 8B. RGB value is (181,150,139). Sum of RGB (Red+Green+Blue) = 181+150+139=470 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.51% from 470); Green value is 150 (58.98% from 255 or 31.91% from 470); Blue value is 139 (54.69% from 255 or 29.57% from 470); Max value from RGB is 181 - color contains mainly: red. Hex color #B5968B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5968B is #4A6974. Grayscale: #9E9E9E. Windows color (decimal): -4876661 or 9148085. OLE color: 9148085.

HSL color Cylindrical-coordinate representation of color #B5968B: hue angle of 15.71º degrees, saturation: 0.22, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B5968B is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.29.

Color convert

RGB181150139-
CMYK00.170.230.29
HSL15.71º22.11%62.75%-
HSV(B)15.71º23.2%70.98%-
XYZ34.6233.529.07-
YUV158.01117.27144.39-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.51%
GREEN value IS 150 (58.98% from 255) = 31.91%
BLUE value IS 139 (54.69% from 255) = 29.57%
R=38.51%
G=31.91%
B=29.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115013900.170.230.2915.7122.1162.75
HexB5968B011171D10163f
Octal2652262130212735202677
Binary10110101100101101000101101000110111111011000010110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5968B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5968B; }

 p { color: rgb(181,150,139); }

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

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

 a { background-color: rgb(181,150,139); }

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

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

 span { border-color: rgb(181,150,139); }

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