Html Css Color HEX #B7474A Hippie Pink

📋 copy color: '#B7474A'

red 183 ◦ green 71 ◦ blue 74

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

Shades of Hippie Pink #B7474A

Tints of Hippie Pink #B7474A

RGB

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

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

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

R = 55.79%
G = 21.65%
B = 22.56%

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

#B7474A (or 0xB7474A) is known color: Hippie Pink. HEX triplet: B7, 47 and 4A. RGB value is (183,71,74). Sum of RGB (Red+Green+Blue) = 183+71+74=328 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.79% from 328); Green value is 71 (28.12% from 255 or 21.65% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 183 - color contains mainly: red. Hex color #B7474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7474A is #48B8B5. Grayscale: #686868. Windows color (decimal): -4765878 or 4868023. OLE color: 4868023.

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

Color convert

RGB 183 71 74 -
CMYK 0 0.61 0.60 0.28
HSL 358.39º 0.44% 0.5% -
HSV(B) 358.39º 0.61% 0.72% -
XYZ 23.02 15.07 8.17 -
YUV 104.83 110.61 183.76 -
System Red Green Blue C M Y K H S L
Decimal 183 71 74 0 0.61 0.60 0.28 358.39 0.44 0.5
Hex B7 47 4A 0 3D 3C 1C 166 2C 32
Octal 267 107 112 0 75 74 34 546 54 62
Binary 10110111 1000111 1001010 0 111101 111100 11100 101100110 101100 110010

Color Harmonies of #B7474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7474A

Black with #B7474A

Text Example


Text Example

White with #B7474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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