Html Css Color HEX #B04547 Hippie Pink

📋 copy color: '#B04547'

red 176 ◦ green 69 ◦ blue 71

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

Shades of Hippie Pink #B04547

Tints of Hippie Pink #B04547

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.84%

 BLUE value IS 71 (28.13% from 255) = 22.47%

R = 55.7%
G = 21.84%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.31

RGB Variations

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

Color information

#B04547 (or 0xB04547) is known color: Hippie Pink. HEX triplet: B0, 45 and 47. RGB value is (176,69,71). Sum of RGB (Red+Green+Blue) = 176+69+71=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 69 (27.34% from 255 or 21.84% from 316); Blue value is 71 (28.12% from 255 or 22.47% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B04547 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04547 is #4FBAB8. Grayscale: #656565. Windows color (decimal): -5225145 or 4670896. OLE color: 4670896.

HSL color Cylindrical-coordinate representation of color #B04547: hue angle of 358.88º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B04547 is Cyan = 0, Magento = 0.61, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 69 71 -
CMYK 0 0.61 0.60 0.31
HSL 358.88º 0.44% 0.48% -
HSV(B) 358.88º 0.61% 0.69% -
XYZ 21.17 13.94 7.54 -
YUV 101.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 176 69 71 0 0.61 0.60 0.31 358.88 0.44 0.48
Hex B0 45 47 0 3D 3C 1F 167 2C 30
Octal 260 105 107 0 75 74 37 547 54 60
Binary 10110000 1000101 1000111 0 111101 111100 11111 101100111 101100 110000

Color Harmonies of #B04547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04547

Black with #B04547

Text Example


Text Example

White with #B04547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04547; }

 p { color: rgb(176,69,71); }

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

background-color css

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

 a { background-color: rgb(176,69,71); }

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

border-color css

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

 span { border-color: rgb(176,69,71); }

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