#B65354

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

Shades of Hippie Pink #B65354

Tints of Hippie Pink #B65354

Color information

#B65354 (or 0xB65354) is unknown color: approx Hippie Pink. HEX triplet: B6, 53 and 54. RGB value is (182,83,84). Sum of RGB (Red+Green+Blue) = 182+83+84=349 (46% of max value = 765). Red value is 182 (71.48% from 255 or 52.15% from 349); Green value is 83 (32.81% from 255 or 23.78% from 349); Blue value is 84 (33.20% from 255 or 24.07% from 349); Max value from RGB is 182 - color contains mainly: red. Hex color #B65354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B65354 is #49ACAB. Grayscale: #707070. Windows color (decimal): -4828332 or 5526454. OLE color: 5526454.

HSL color Cylindrical-coordinate representation of color #B65354: hue angle of 359.39º 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 #B65354 is Cyan = 0, Magento = 0.54, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1828384-
CMYK00.540.540.29
HSL359.39º40.41%51.96%-
HSV(B)359.39º54.4%71.37%-
XYZ23.9816.7710.36-
YUV112.72111.8177.42-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 52.15%
GREEN value IS 83 (32.81% from 255) = 23.78%
BLUE value IS 84 (33.20% from 255) = 24.07%
R=52.15%
G=23.78%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal182838400.540.540.29359.3940.4151.96
HexB65354036361D1672834
Octal26612312406666355475064
Binary1011011010100111010100011011011011011101101100111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B65354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B65354; }

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

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

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

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

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

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

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

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