#B7434B

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

Shades of Hippie Pink #B7434B

Tints of Hippie Pink #B7434B

Color information

#B7434B (or 0xB7434B) is unknown color: approx Hippie Pink. HEX triplet: B7, 43 and 4B. RGB value is (183,67,75). Sum of RGB (Red+Green+Blue) = 183+67+75=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 67 (26.56% from 255 or 20.62% from 325); Blue value is 75 (29.69% from 255 or 23.08% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B7434B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7434B is #48BCB4. Grayscale: #666666. Windows color (decimal): -4766901 or 4932535. OLE color: 4932535.

HSL color Cylindrical-coordinate representation of color #B7434B: hue angle of 355.86º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B7434B is Cyan = 0, Magento = 0.63, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB1836775-
CMYK00.630.590.28
HSL355.86º46.4%49.02%-
HSV(B)355.86º63.39%71.76%-
XYZ22.8114.598.27-
YUV102.6112.43185.35-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 56.31%
GREEN value IS 67 (26.56% from 255) = 20.62%
BLUE value IS 75 (29.69% from 255) = 23.08%
R=56.31%
G=20.62%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183677500.630.590.28355.8646.449.02
HexB7434B03F3B1C1642e31
Octal26710311307773345445661
Binary1011011110000111001011011111111101111100101100100101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7434B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7434B; }

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

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

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

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

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

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

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

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