#B2958B

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

Shades of Del Rio #B2958B

Tints of Del Rio #B2958B

Color information

#B2958B (or 0xB2958B) is unknown color: approx Del Rio. HEX triplet: B2, 95 and 8B. RGB value is (178,149,139). Sum of RGB (Red+Green+Blue) = 178+149+139=466 (61% of max value = 765). Red value is 178 (69.92% from 255 or 38.20% from 466); Green value is 149 (58.59% from 255 or 31.97% from 466); Blue value is 139 (54.69% from 255 or 29.83% from 466); Max value from RGB is 178 - color contains mainly: red. Hex color #B2958B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #B2958B is #4D6A74. Grayscale: #9C9C9C. Windows color (decimal): -5073525 or 9147826. OLE color: 9147826.

HSL color Cylindrical-coordinate representation of color #B2958B: hue angle of 15.38º degrees, saturation: 0.2, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B2958B is Cyan = 0, Magento = 0.16, Yellow = 0.22 and Black (K on CMYK) = 0.30.

Color convert

RGB178149139-
CMYK00.160.220.30
HSL15.38º20.21%62.16%-
HSV(B)15.38º21.91%69.8%-
XYZ33.7732.8228.98-
YUV156.53118.11143.31-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 38.20%
GREEN value IS 149 (58.59% from 255) = 31.97%
BLUE value IS 139 (54.69% from 255) = 29.83%
R=38.20%
G=31.97%
B=29.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.22
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal17814913900.160.220.3015.3820.2162.16
HexB2958B010161Ef143e
Octal2622252130202636172476
Binary1011001010010101100010110100001011011110111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2958B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2958B; }

 p { color: rgb(178,149,139); }

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

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

 a { background-color: rgb(178,149,139); }

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

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

 span { border-color: rgb(178,149,139); }

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