Html Css Color HEX #B74449 Hippie Pink

📋 copy color: '#B74449'

red 183 ◦ green 68 ◦ blue 73

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

Shades of Hippie Pink #B74449

Tints of Hippie Pink #B74449

RGB

 RED value IS 183 (71.88% from 255) = 56.48%

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

 BLUE value IS 73 (28.91% from 255) = 22.53%

R = 56.48%
G = 20.99%
B = 22.53%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B74449 (or 0xB74449) is known color: Hippie Pink. HEX triplet: B7, 44 and 49. RGB value is (183,68,73). Sum of RGB (Red+Green+Blue) = 183+68+73=324 (42% of max value = 765). Red value is 183 (71.88% from 255 or 56.48% from 324); Green value is 68 (26.95% from 255 or 20.99% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 183 - color contains mainly: red. Hex color #B74449 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74449 is #48BBB6. Grayscale: #676767. Windows color (decimal): -4766647 or 4801719. OLE color: 4801719.

HSL color Cylindrical-coordinate representation of color #B74449: hue angle of 357.39º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B74449 is Cyan = 0, Magento = 0.63, Yellow = 0.60 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 68 73 -
CMYK 0 0.63 0.60 0.28
HSL 357.39º 0.46% 0.49% -
HSV(B) 357.39º 0.63% 0.72% -
XYZ 22.8 14.68 7.94 -
YUV 102.96 111.1 185.09 -
System Red Green Blue C M Y K H S L
Decimal 183 68 73 0 0.63 0.60 0.28 357.39 0.46 0.49
Hex B7 44 49 0 3F 3C 1C 165 2E 31
Octal 267 104 111 0 77 74 34 545 56 61
Binary 10110111 1000100 1001001 0 111111 111100 11100 101100101 101110 110001

Color Harmonies of #B74449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74449

Black with #B74449

Text Example


Text Example

White with #B74449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74449; }

 p { color: rgb(183,68,73); }

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

background-color css

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

 a { background-color: rgb(183,68,73); }

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

border-color css

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

 span { border-color: rgb(183,68,73); }

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