Html Css Color HEX #B74854 Hippie Pink

📋 copy color: '#B74854'

red 183 ◦ green 72 ◦ blue 84

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

Shades of Hippie Pink #B74854

Tints of Hippie Pink #B74854

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.24%

 BLUE value IS 84 (33.2% from 255) = 24.78%

R = 53.98%
G = 21.24%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B74854 (or 0xB74854) is known color: Hippie Pink. HEX triplet: B7, 48 and 54. RGB value is (183,72,84). Sum of RGB (Red+Green+Blue) = 183+72+84=339 (44% of max value = 765). Red value is 183 (71.88% from 255 or 53.98% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 84 (33.20% from 255 or 24.78% from 339); Max value from RGB is 183 - color contains mainly: red. Hex color #B74854 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74854 is #48B7AB. Grayscale: #6A6A6A. Windows color (decimal): -4765612 or 5523639. OLE color: 5523639.

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

Color convert

RGB 183 72 84 -
CMYK 0 0.61 0.54 0.28
HSL 353.51º 0.44% 0.5% -
HSV(B) 353.51º 0.61% 0.72% -
XYZ 23.45 15.34 10.11 -
YUV 106.56 115.27 182.52 -
System Red Green Blue C M Y K H S L
Decimal 183 72 84 0 0.61 0.54 0.28 353.51 0.44 0.5
Hex B7 48 54 0 3D 36 1C 162 2C 32
Octal 267 110 124 0 75 66 34 542 54 62
Binary 10110111 1001000 1010100 0 111101 110110 11100 101100010 101100 110010

Color Harmonies of #B74854

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74854

Black with #B74854

Text Example


Text Example

White with #B74854

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74854; }

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

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

background-color css

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

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

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

border-color css

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

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

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