Html Css Color HEX #B04356 Hippie Pink

📋 copy color: '#B04356'

red 176 ◦ green 67 ◦ blue 86

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

Shades of Hippie Pink #B04356

Tints of Hippie Pink #B04356

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 26.14%

R = 53.5%
G = 20.36%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#B04356 (or 0xB04356) is known color: Hippie Pink. HEX triplet: B0, 43 and 56. RGB value is (176,67,86). Sum of RGB (Red+Green+Blue) = 176+67+86=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 86 (33.98% from 255 or 26.14% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B04356 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04356 is #4FBCA9. Grayscale: #656565. Windows color (decimal): -5225642 or 5653424. OLE color: 5653424.

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

Color convert

RGB 176 67 86 -
CMYK 0 0.62 0.51 0.31
HSL 349.54º 0.45% 0.48% -
HSV(B) 349.54º 0.62% 0.69% -
XYZ 21.59 13.92 10.35 -
YUV 101.76 119.11 180.96 -
System Red Green Blue C M Y K H S L
Decimal 176 67 86 0 0.62 0.51 0.31 349.54 0.45 0.48
Hex B0 43 56 0 3E 33 1F 15E 2D 30
Octal 260 103 126 0 76 63 37 536 55 60
Binary 10110000 1000011 1010110 0 111110 110011 11111 101011110 101101 110000

Color Harmonies of #B04356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04356

Black with #B04356

Text Example


Text Example

White with #B04356

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04356; }

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

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

background-color css

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

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

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

border-color css

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

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

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