#B0434B

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

Shades of Hippie Pink #B0434B

Tints of Hippie Pink #B0434B

Color information

#B0434B (or 0xB0434B) is unknown color: approx Hippie Pink. HEX triplet: B0, 43 and 4B. RGB value is (176,67,75). Sum of RGB (Red+Green+Blue) = 176+67+75=318 (42% of max value = 765). Red value is 176 (69.14% from 255 or 55.35% from 318); Green value is 67 (26.56% from 255 or 21.07% from 318); Blue value is 75 (29.69% from 255 or 23.58% from 318); Max value from RGB is 176 - color contains mainly: red. Hex color #B0434B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0434B is #4FBCB4. Grayscale: #646464. Windows color (decimal): -5225653 or 4932528. OLE color: 4932528.

HSL color Cylindrical-coordinate representation of color #B0434B: hue angle of 355.6º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B0434B is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.31.

Color convert

RGB1766775-
CMYK00.620.570.31
HSL355.6º44.86%47.65%-
HSV(B)355.6º61.93%69.02%-
XYZ21.1813.758.19-
YUV100.5113.61181.85-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.35%
GREEN value IS 67 (26.56% from 255) = 21.07%
BLUE value IS 75 (29.69% from 255) = 23.58%
R=55.35%
G=21.07%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176677500.620.570.31355.644.8647.65
HexB0434B03E391F1642d30
Octal26010311307671375445560
Binary1011000010000111001011011111011100111111101100100101101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0434B; }

 p { color: rgb(176,67,75); }

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

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

 a { background-color: rgb(176,67,75); }

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

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

 span { border-color: rgb(176,67,75); }

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