#B5968A

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

Shades of Del Rio #B5968A

Tints of Del Rio #B5968A

Color information

#B5968A (or 0xB5968A) is unknown color: approx Del Rio. HEX triplet: B5, 96 and 8A. RGB value is (181,150,138). Sum of RGB (Red+Green+Blue) = 181+150+138=469 (62% of max value = 765). Red value is 181 (71.09% from 255 or 38.59% from 469); Green value is 150 (58.98% from 255 or 31.98% from 469); Blue value is 138 (54.30% from 255 or 29.42% from 469); Max value from RGB is 181 - color contains mainly: red. Hex color #B5968A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #B5968A is #4A6975. Grayscale: #9D9D9D. Windows color (decimal): -4876662 or 9082549. OLE color: 9082549.

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

Color convert

RGB181150138-
CMYK00.170.240.29
HSL16.74º22.51%62.55%-
HSV(B)16.74º23.76%70.98%-
XYZ34.5533.4728.68-
YUV157.9116.77144.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 38.59%
GREEN value IS 150 (58.98% from 255) = 31.98%
BLUE value IS 138 (54.30% from 255) = 29.42%
R=38.59%
G=31.98%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.24
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18115013800.170.240.2916.7422.5162.55
HexB5968A011181D11173f
Octal2652262120213035212777
Binary10110101100101101000101001000111000111011000110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5968A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5968A; }

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

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

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

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

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

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

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

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