#B65356

Color #B65356 Hippie Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Pink #B65356

Tints of Hippie Pink #B65356

Color information

#B65356 (or 0xB65356) is unknown color: approx Hippie Pink. HEX triplet: B6, 53 and 56. RGB value is (182,83,86). Sum of RGB (Red+Green+Blue) = 182+83+86=351 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.85% from 351); Green value is 83 (32.81% from 255 or 23.65% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 182 - color contains mainly: red. Hex color #B65356 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65356 is #49ACA9. Grayscale: #717171. Windows color (decimal): -4828330 or 5657526. OLE color: 5657526.

HSL color Cylindrical-coordinate representation of color #B65356: hue angle of 358.18º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B65356 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1828386-
CMYK00.540.530.29
HSL358.18º40.41%51.96%-
HSV(B)358.18º54.4%71.37%-
XYZ24.0616.810.78-
YUV112.94112.8177.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 51.85%
GREEN value IS 83 (32.81% from 255) = 23.65%
BLUE value IS 86 (33.98% from 255) = 24.50%
R=51.85%
G=23.65%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182838600.540.530.29358.1840.4151.96
HexB65356036351D1662834
Octal26612312606665355465064
Binary1011011010100111010110011011011010111101101100110101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65356

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65356; }

 p { color: rgb(182,83,86); }

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

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

 a { background-color: rgb(182,83,86); }

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

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

 span { border-color: rgb(182,83,86); }

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