Html Css Color HEX #B84648 Hippie Pink

📋 copy color: '#B84648'

red 184 ◦ green 70 ◦ blue 72

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

Shades of Hippie Pink #B84648

Tints of Hippie Pink #B84648

RGB

 RED value IS 184 (72.27% from 255) = 56.44%

 GREEN value IS 70 (27.73% from 255) = 21.47%

 BLUE value IS 72 (28.52% from 255) = 22.09%

R = 56.44%
G = 21.47%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B84648 (or 0xB84648) is known color: Hippie Pink. HEX triplet: B8, 46 and 48. RGB value is (184,70,72). Sum of RGB (Red+Green+Blue) = 184+70+72=326 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.44% from 326); Green value is 70 (27.73% from 255 or 21.47% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 184 - color contains mainly: red. Hex color #B84648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B84648 is #47B9B7. Grayscale: #686868. Windows color (decimal): -4700600 or 4736696. OLE color: 4736696.

HSL color Cylindrical-coordinate representation of color #B84648: hue angle of 358.95º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #B84648 is Cyan = 0, Magento = 0.62, Yellow = 0.61 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 70 72 -
CMYK 0 0.62 0.61 0.28
HSL 358.95º 0.45% 0.5% -
HSV(B) 358.95º 0.62% 0.72% -
XYZ 23.13 15.04 7.81 -
YUV 104.31 109.77 184.84 -
System Red Green Blue C M Y K H S L
Decimal 184 70 72 0 0.62 0.61 0.28 358.95 0.45 0.5
Hex B8 46 48 0 3E 3D 1C 167 2D 32
Octal 270 106 110 0 76 75 34 547 55 62
Binary 10111000 1000110 1001000 0 111110 111101 11100 101100111 101101 110010

Color Harmonies of #B84648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B84648

Black with #B84648

Text Example


Text Example

White with #B84648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B84648; }

 p { color: rgb(184,70,72); }

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

background-color css

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

 a { background-color: rgb(184,70,72); }

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

border-color css

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

 span { border-color: rgb(184,70,72); }

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