Html Css Color HEX #B74550 Hippie Pink

📋 copy color: '#B74550'

red 183 ◦ green 69 ◦ blue 80

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

Shades of Hippie Pink #B74550

Tints of Hippie Pink #B74550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.1%

R = 55.12%
G = 20.78%
B = 24.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B74550 (or 0xB74550) is known color: Hippie Pink. HEX triplet: B7, 45 and 50. RGB value is (183,69,80). Sum of RGB (Red+Green+Blue) = 183+69+80=332 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.12% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 80 (31.64% from 255 or 24.10% from 332); Max value from RGB is 183 - color contains mainly: red. Hex color #B74550 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74550 is #48BAAF. Grayscale: #686868. Windows color (decimal): -4766384 or 5260727. OLE color: 5260727.

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

Color convert

RGB 183 69 80 -
CMYK 0 0.62 0.56 0.28
HSL 354.21º 0.45% 0.49% -
HSV(B) 354.21º 0.62% 0.72% -
XYZ 23.1 14.9 9.25 -
YUV 104.34 114.27 184.11 -
System Red Green Blue C M Y K H S L
Decimal 183 69 80 0 0.62 0.56 0.28 354.21 0.45 0.49
Hex B7 45 50 0 3E 38 1C 162 2D 31
Octal 267 105 120 0 76 70 34 542 55 61
Binary 10110111 1000101 1010000 0 111110 111000 11100 101100010 101101 110001

Color Harmonies of #B74550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74550

Black with #B74550

Text Example


Text Example

White with #B74550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74550; }

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

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

background-color css

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

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

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

border-color css

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

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

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