Html Css Color HEX #B74748 Hippie Pink

📋 copy color: '#B74748'

red 183 ◦ green 71 ◦ blue 72

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

Shades of Hippie Pink #B74748

Tints of Hippie Pink #B74748

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.78%

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

R = 56.13%
G = 21.78%
B = 22.09%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.61

 K value IS 0.28

RGB Variations

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

Color information

#B74748 (or 0xB74748) is known color: Hippie Pink. HEX triplet: B7, 47 and 48. RGB value is (183,71,72). Sum of RGB (Red+Green+Blue) = 183+71+72=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 71 (28.12% from 255 or 21.78% from 326); Blue value is 72 (28.52% from 255 or 22.09% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B74748 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74748 is #48B8B7. Grayscale: #686868. Windows color (decimal): -4765880 or 4736951. OLE color: 4736951.

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

Color convert

RGB 183 71 72 -
CMYK 0 0.61 0.61 0.28
HSL 359.46º 0.44% 0.5% -
HSV(B) 359.46º 0.61% 0.72% -
XYZ 22.95 15.04 7.82 -
YUV 104.6 109.61 183.92 -
System Red Green Blue C M Y K H S L
Decimal 183 71 72 0 0.61 0.61 0.28 359.46 0.44 0.5
Hex B7 47 48 0 3D 3D 1C 167 2C 32
Octal 267 107 110 0 75 75 34 547 54 62
Binary 10110111 1000111 1001000 0 111101 111101 11100 101100111 101100 110010

Color Harmonies of #B74748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74748

Black with #B74748

Text Example


Text Example

White with #B74748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74748; }

 p { color: rgb(183,71,72); }

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

background-color css

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

 a { background-color: rgb(183,71,72); }

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

border-color css

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

 span { border-color: rgb(183,71,72); }

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