Html Css Color HEX #B04158 Hippie Pink

📋 copy color: '#B04158'

red 176 ◦ green 65 ◦ blue 88

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

Shades of Hippie Pink #B04158

Tints of Hippie Pink #B04158

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.76%

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

R = 53.5%
G = 19.76%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#B04158 (or 0xB04158) is known color: Hippie Pink. HEX triplet: B0, 41 and 58. RGB value is (176,65,88). Sum of RGB (Red+Green+Blue) = 176+65+88=329 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.50% from 329); Green value is 65 (25.78% from 255 or 19.76% from 329); Blue value is 88 (34.77% from 255 or 26.75% from 329); Max value from RGB is 176 - color contains mainly: red. Hex color #B04158 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04158 is #4FBEA7. Grayscale: #646464. Windows color (decimal): -5226152 or 5783984. OLE color: 5783984.

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

Color convert

RGB 176 65 88 -
CMYK 0 0.63 0.50 0.31
HSL 347.57º 0.46% 0.47% -
HSV(B) 347.57º 0.63% 0.69% -
XYZ 21.56 13.72 10.74 -
YUV 100.81 120.77 181.63 -
System Red Green Blue C M Y K H S L
Decimal 176 65 88 0 0.63 0.50 0.31 347.57 0.46 0.47
Hex B0 41 58 0 3F 32 1F 15C 2E 2F
Octal 260 101 130 0 77 62 37 534 56 57
Binary 10110000 1000001 1011000 0 111111 110010 11111 101011100 101110 101111

Color Harmonies of #B04158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04158

Black with #B04158

Text Example


Text Example

White with #B04158

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04158; }

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

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

background-color css

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

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

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

border-color css

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

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

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