Html Css Color HEX #B04446 Hippie Pink

📋 copy color: '#B04446'

red 176 ◦ green 68 ◦ blue 70

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

Shades of Hippie Pink #B04446

Tints of Hippie Pink #B04446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 22.29%

R = 56.05%
G = 21.66%
B = 22.29%

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

#B04446 (or 0xB04446) is known color: Hippie Pink. HEX triplet: B0, 44 and 46. RGB value is (176,68,70). Sum of RGB (Red+Green+Blue) = 176+68+70=314 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.05% from 314); Green value is 68 (26.95% from 255 or 21.66% from 314); Blue value is 70 (27.73% from 255 or 22.29% from 314); Max value from RGB is 176 - color contains mainly: red. Hex color #B04446 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04446 is #4FBBB9. Grayscale: #646464. Windows color (decimal): -5225402 or 4605104. OLE color: 4605104.

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

Color convert

RGB 176 68 70 -
CMYK 0 0.61 0.60 0.31
HSL 358.89º 0.44% 0.48% -
HSV(B) 358.89º 0.61% 0.69% -
XYZ 21.08 13.81 7.35 -
YUV 100.52 110.78 181.84 -
System Red Green Blue C M Y K H S L
Decimal 176 68 70 0 0.61 0.60 0.31 358.89 0.44 0.48
Hex B0 44 46 0 3D 3C 1F 167 2C 30
Octal 260 104 106 0 75 74 37 547 54 60
Binary 10110000 1000100 1000110 0 111101 111100 11111 101100111 101100 110000

Color Harmonies of #B04446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B04446

Black with #B04446

Text Example


Text Example

White with #B04446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B04446; }

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

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

background-color css

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

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

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

border-color css

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

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

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