Html Css Color HEX #B04C4F Hippie Pink

📋 copy color: '#B04C4F'

red 176 ◦ green 76 ◦ blue 79

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

Shades of Hippie Pink #B04C4F

Tints of Hippie Pink #B04C4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 23.87%

R = 53.17%
G = 22.96%
B = 23.87%

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

#B04C4F (or 0xB04C4F) is known color: Hippie Pink. HEX triplet: B0, 4C and 4F. RGB value is (176,76,79). Sum of RGB (Red+Green+Blue) = 176+76+79=331 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.17% from 331); Green value is 76 (30.08% from 255 or 22.96% from 331); Blue value is 79 (31.25% from 255 or 23.87% from 331); Max value from RGB is 176 - color contains mainly: red. Hex color #B04C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B04C4F is #4FB3B0. Grayscale: #6A6A6A. Windows color (decimal): -5223345 or 5196976. OLE color: 5196976.

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

Color convert

RGB 176 76 79 -
CMYK 0 0.57 0.55 0.31
HSL 358.2º 0.4% 0.49% -
HSV(B) 358.2º 0.57% 0.69% -
XYZ 21.9 14.96 9.13 -
YUV 106.24 112.63 177.76 -
System Red Green Blue C M Y K H S L
Decimal 176 76 79 0 0.57 0.55 0.31 358.2 0.4 0.49
Hex B0 4C 4F 0 39 37 1F 166 28 31
Octal 260 114 117 0 71 67 37 546 50 61
Binary 10110000 1001100 1001111 0 111001 110111 11111 101100110 101000 110001

Color Harmonies of #B04C4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04C4F

Black with #B04C4F

Text Example


Text Example

White with #B04C4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04C4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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