Html Css Color HEX #B04360 Hippie Pink

📋 copy color: '#B04360'

red 176 ◦ green 67 ◦ blue 96

#B04360
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Pink #B04360

Tints of Hippie Pink #B04360

RGB

 RED value IS 176 (69.14% from 255) = 51.92%

 GREEN value IS 67 (26.56% from 255) = 19.76%

 BLUE value IS 96 (37.89% from 255) = 28.32%

R = 51.92%
G = 19.76%
B = 28.32%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B04360 (or 0xB04360) is known color: Hippie Pink. HEX triplet: B0, 43 and 60. RGB value is (176,67,96). Sum of RGB (Red+Green+Blue) = 176+67+96=339 (44% of max value = 765). Red value is 176 (69.14% from 255 or 51.92% from 339); Green value is 67 (26.56% from 255 or 19.76% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 176 - color contains mainly: red. Hex color #B04360 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04360 is #4FBC9F. Grayscale: #666666. Windows color (decimal): -5225632 or 6308784. OLE color: 6308784.

HSL color Cylindrical-coordinate representation of color #B04360: hue angle of 344.04º 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 #B04360 is Cyan = 0, Magento = 0.62, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 67 96 -
CMYK 0 0.62 0.45 0.31
HSL 344.04º 0.45% 0.48% -
HSV(B) 344.04º 0.62% 0.69% -
XYZ 22.02 14.09 12.63 -
YUV 102.9 124.11 180.14 -
System Red Green Blue C M Y K H S L
Decimal 176 67 96 0 0.62 0.45 0.31 344.04 0.45 0.48
Hex B0 43 60 0 3E 2D 1F 158 2D 30
Octal 260 103 140 0 76 55 37 530 55 60
Binary 10110000 1000011 1100000 0 111110 101101 11111 101011000 101101 110000

Color Harmonies of #B04360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04360

Black with #B04360

Text Example


Text Example

White with #B04360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04360; }

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

 H1.HeaderClassName
 {
   color: #B04360;
 }
 .AnyTagClassName
 {
   color: #B04360;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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