Html Css Color HEX #B74648 Hippie Pink

📋 copy color: '#B74648'

red 183 ◦ green 70 ◦ blue 72

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

Shades of Hippie Pink #B74648

Tints of Hippie Pink #B74648

RGB

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

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

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

R = 56.31%
G = 21.54%
B = 22.15%

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

#B74648 (or 0xB74648) is known color: Hippie Pink. HEX triplet: B7, 46 and 48. RGB value is (183,70,72). Sum of RGB (Red+Green+Blue) = 183+70+72=325 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.31% from 325); Green value is 70 (27.73% from 255 or 21.54% from 325); Blue value is 72 (28.52% from 255 or 22.15% from 325); Max value from RGB is 183 - color contains mainly: red. Hex color #B74648 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74648 is #48B9B7. Grayscale: #686868. Windows color (decimal): -4766136 or 4736695. OLE color: 4736695.

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

Color convert

RGB 183 70 72 -
CMYK 0 0.62 0.61 0.28
HSL 358.94º 0.45% 0.5% -
HSV(B) 358.94º 0.62% 0.72% -
XYZ 22.89 14.92 7.8 -
YUV 104.02 109.94 184.34 -
System Red Green Blue C M Y K H S L
Decimal 183 70 72 0 0.62 0.61 0.28 358.94 0.45 0.5
Hex B7 46 48 0 3E 3D 1C 167 2D 32
Octal 267 106 110 0 76 75 34 547 55 62
Binary 10110111 1000110 1001000 0 111110 111101 11100 101100111 101101 110010

Color Harmonies of #B74648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74648

Black with #B74648

Text Example


Text Example

White with #B74648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74648; }

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

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

background-color css

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

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

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

border-color css

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

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

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