Html Css Color HEX #B04C50 Hippie Pink

📋 copy color: '#B04C50'

red 176 ◦ green 76 ◦ blue 80

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

Shades of Hippie Pink #B04C50

Tints of Hippie Pink #B04C50

RGB

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

 GREEN value IS 76 (30.08% from 255) = 22.89%

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 53.01%
G = 22.89%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#B04C50 (or 0xB04C50) is known color: Hippie Pink. HEX triplet: B0, 4C and 50. RGB value is (176,76,80). Sum of RGB (Red+Green+Blue) = 176+76+80=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 76 (30.08% from 255 or 22.89% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C50 is #4FB3AF. Grayscale: #6A6A6A. Windows color (decimal): -5223344 or 5262512. OLE color: 5262512.

HSL color Cylindrical-coordinate representation of color #B04C50: hue angle of 357.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #B04C50 is Cyan = 0, Magento = 0.57, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 76 80 -
CMYK 0 0.57 0.55 0.31
HSL 357.6º 0.4% 0.49% -
HSV(B) 357.6º 0.57% 0.69% -
XYZ 21.94 14.98 9.32 -
YUV 106.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 176 76 80 0 0.57 0.55 0.31 357.6 0.4 0.49
Hex B0 4C 50 0 39 37 1F 166 28 31
Octal 260 114 120 0 71 67 37 546 50 61
Binary 10110000 1001100 1010000 0 111001 110111 11111 101100110 101000 110001

Color Harmonies of #B04C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C50

Black with #B04C50

Text Example


Text Example

White with #B04C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C50; }

 p { color: rgb(176,76,80); }

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

background-color css

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

 a { background-color: rgb(176,76,80); }

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

border-color css

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

 span { border-color: rgb(176,76,80); }

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