Html Css Color HEX #B04058 Hippie Pink

📋 copy color: '#B04058'

red 176 ◦ green 64 ◦ blue 88

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

Shades of Hippie Pink #B04058

Tints of Hippie Pink #B04058

RGB

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

 GREEN value IS 64 (25.39% from 255) = 19.51%

 BLUE value IS 88 (34.77% from 255) = 26.83%

R = 53.66%
G = 19.51%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B04058 (or 0xB04058) is known color: Hippie Pink. HEX triplet: B0, 40 and 58. RGB value is (176,64,88). Sum of RGB (Red+Green+Blue) = 176+64+88=328 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.66% from 328); Green value is 64 (25.39% from 255 or 19.51% from 328); Blue value is 88 (34.77% from 255 or 26.83% from 328); Max value from RGB is 176 - color contains mainly: red. Hex color #B04058 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04058 is #4FBFA7. Grayscale: #646464. Windows color (decimal): -5226408 or 5783728. OLE color: 5783728.

HSL color Cylindrical-coordinate representation of color #B04058: hue angle of 347.14º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B04058 is Cyan = 0, Magento = 0.64, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 64 88 -
CMYK 0 0.64 0.50 0.31
HSL 347.14º 0.47% 0.47% -
HSV(B) 347.14º 0.64% 0.69% -
XYZ 21.5 13.6 10.72 -
YUV 100.22 121.11 182.05 -
System Red Green Blue C M Y K H S L
Decimal 176 64 88 0 0.64 0.50 0.31 347.14 0.47 0.47
Hex B0 40 58 0 40 32 1F 15B 2F 2F
Octal 260 100 130 0 100 62 37 533 57 57
Binary 10110000 1000000 1011000 0 1000000 110010 11111 101011011 101111 101111

Color Harmonies of #B04058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04058

Black with #B04058

Text Example


Text Example

White with #B04058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04058; }

 p { color: rgb(176,64,88); }

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

background-color css

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

 a { background-color: rgb(176,64,88); }

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

border-color css

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

 span { border-color: rgb(176,64,88); }

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