Html Css Color HEX #B04447 Hippie Pink

📋 copy color: '#B04447'

red 176 ◦ green 68 ◦ blue 71

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

Shades of Hippie Pink #B04447

Tints of Hippie Pink #B04447

RGB

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

 GREEN value IS 68 (26.95% from 255) = 21.59%

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

R = 55.87%
G = 21.59%
B = 22.54%

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

#B04447 (or 0xB04447) is known color: Hippie Pink. HEX triplet: B0, 44 and 47. RGB value is (176,68,71). Sum of RGB (Red+Green+Blue) = 176+68+71=315 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.87% from 315); Green value is 68 (26.95% from 255 or 21.59% from 315); Blue value is 71 (28.12% from 255 or 22.54% from 315); Max value from RGB is 176 - color contains mainly: red. Hex color #B04447 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04447 is #4FBBB8. Grayscale: #646464. Windows color (decimal): -5225401 or 4670640. OLE color: 4670640.

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

Color convert

RGB 176 68 71 -
CMYK 0 0.61 0.60 0.31
HSL 358.33º 0.44% 0.48% -
HSV(B) 358.33º 0.61% 0.69% -
XYZ 21.11 13.82 7.52 -
YUV 100.63 111.28 181.76 -
System Red Green Blue C M Y K H S L
Decimal 176 68 71 0 0.61 0.60 0.31 358.33 0.44 0.48
Hex B0 44 47 0 3D 3C 1F 166 2C 30
Octal 260 104 107 0 75 74 37 546 54 60
Binary 10110000 1000100 1000111 0 111101 111100 11111 101100110 101100 110000

Color Harmonies of #B04447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04447

Black with #B04447

Text Example


Text Example

White with #B04447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04447; }

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

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

background-color css

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

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

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

border-color css

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

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

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