Html Css Color HEX #B7454A Hippie Pink

📋 copy color: '#B7454A'

red 183 ◦ green 69 ◦ blue 74

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

Shades of Hippie Pink #B7454A

Tints of Hippie Pink #B7454A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.17%

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

R = 56.13%
G = 21.17%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.60

 K value IS 0.28

RGB Variations

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

Color information

#B7454A (or 0xB7454A) is known color: Hippie Pink. HEX triplet: B7, 45 and 4A. RGB value is (183,69,74). Sum of RGB (Red+Green+Blue) = 183+69+74=326 (43% of max value = 765). Red value is 183 (71.88% from 255 or 56.13% from 326); Green value is 69 (27.34% from 255 or 21.17% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 183 - color contains mainly: red. Hex color #B7454A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7454A is #48BAB5. Grayscale: #676767. Windows color (decimal): -4766390 or 4867511. OLE color: 4867511.

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

Color convert

RGB 183 69 74 -
CMYK 0 0.62 0.60 0.28
HSL 357.37º 0.45% 0.49% -
HSV(B) 357.37º 0.62% 0.72% -
XYZ 22.89 14.82 8.13 -
YUV 103.66 111.27 184.59 -
System Red Green Blue C M Y K H S L
Decimal 183 69 74 0 0.62 0.60 0.28 357.37 0.45 0.49
Hex B7 45 4A 0 3E 3C 1C 165 2D 31
Octal 267 105 112 0 76 74 34 545 55 61
Binary 10110111 1000101 1001010 0 111110 111100 11100 101100101 101101 110001

Color Harmonies of #B7454A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7454A

Black with #B7454A

Text Example


Text Example

White with #B7454A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7454A; }

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

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

background-color css

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

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

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

border-color css

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

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

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