Html Css Color HEX #B7484A Hippie Pink

📋 copy color: '#B7484A'

red 183 ◦ green 72 ◦ blue 74

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

Shades of Hippie Pink #B7484A

Tints of Hippie Pink #B7484A

RGB

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

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

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

R = 55.62%
G = 21.88%
B = 22.49%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7484A (or 0xB7484A) is known color: Hippie Pink. HEX triplet: B7, 48 and 4A. RGB value is (183,72,74). Sum of RGB (Red+Green+Blue) = 183+72+74=329 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.62% from 329); Green value is 72 (28.52% from 255 or 21.88% from 329); Blue value is 74 (29.30% from 255 or 22.49% from 329); Max value from RGB is 183 - color contains mainly: red. Hex color #B7484A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7484A is #48B7B5. Grayscale: #696969. Windows color (decimal): -4765622 or 4868279. OLE color: 4868279.

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

Color convert

RGB 183 72 74 -
CMYK 0 0.61 0.60 0.28
HSL 358.92º 0.44% 0.5% -
HSV(B) 358.92º 0.61% 0.72% -
XYZ 23.08 15.2 8.2 -
YUV 105.42 110.27 183.34 -
System Red Green Blue C M Y K H S L
Decimal 183 72 74 0 0.61 0.60 0.28 358.92 0.44 0.5
Hex B7 48 4A 0 3D 3C 1C 167 2C 32
Octal 267 110 112 0 75 74 34 547 54 62
Binary 10110111 1001000 1001010 0 111101 111100 11100 101100111 101100 110010

Color Harmonies of #B7484A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7484A

Black with #B7484A

Text Example


Text Example

White with #B7484A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7484A; }

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

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

background-color css

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

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

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

border-color css

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

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

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