Html Css Color HEX #B7494A Hippie Pink

📋 copy color: '#B7494A'

red 183 ◦ green 73 ◦ blue 74

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

Shades of Hippie Pink #B7494A

Tints of Hippie Pink #B7494A

RGB

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

 GREEN value IS 73 (28.91% from 255) = 22.12%

 BLUE value IS 74 (29.3% from 255) = 22.42%

R = 55.45%
G = 22.12%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7494A (or 0xB7494A) is known color: Hippie Pink. HEX triplet: B7, 49 and 4A. RGB value is (183,73,74). Sum of RGB (Red+Green+Blue) = 183+73+74=330 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.45% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 183 - color contains mainly: red. Hex color #B7494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7494A is #48B6B5. Grayscale: #6A6A6A. Windows color (decimal): -4765366 or 4868535. OLE color: 4868535.

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

Color convert

RGB 183 73 74 -
CMYK 0 0.60 0.60 0.28
HSL 359.45º 0.43% 0.5% -
HSV(B) 359.45º 0.6% 0.72% -
XYZ 23.15 15.33 8.22 -
YUV 106 109.94 182.92 -
System Red Green Blue C M Y K H S L
Decimal 183 73 74 0 0.60 0.60 0.28 359.45 0.43 0.5
Hex B7 49 4A 0 3C 3C 1C 167 2B 32
Octal 267 111 112 0 74 74 34 547 53 62
Binary 10110111 1001001 1001010 0 111100 111100 11100 101100111 101011 110010

Color Harmonies of #B7494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7494A

Black with #B7494A

Text Example


Text Example

White with #B7494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7494A; }

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

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

background-color css

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

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

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

border-color css

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

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

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