Html Css Color HEX #B74450 Hippie Pink

📋 copy color: '#B74450'

red 183 ◦ green 68 ◦ blue 80

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

Shades of Hippie Pink #B74450

Tints of Hippie Pink #B74450

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.54%

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

R = 55.29%
G = 20.54%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B74450 (or 0xB74450) is known color: Hippie Pink. HEX triplet: B7, 44 and 50. RGB value is (183,68,80). Sum of RGB (Red+Green+Blue) = 183+68+80=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 68 (26.95% from 255 or 20.54% from 331); Blue value is 80 (31.64% from 255 or 24.17% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B74450 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74450 is #48BBAF. Grayscale: #676767. Windows color (decimal): -4766640 or 5260471. OLE color: 5260471.

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

Color convert

RGB 183 68 80 -
CMYK 0 0.63 0.56 0.28
HSL 353.74º 0.46% 0.49% -
HSV(B) 353.74º 0.63% 0.72% -
XYZ 23.04 14.78 9.23 -
YUV 103.75 114.6 184.52 -
System Red Green Blue C M Y K H S L
Decimal 183 68 80 0 0.63 0.56 0.28 353.74 0.46 0.49
Hex B7 44 50 0 3F 38 1C 162 2E 31
Octal 267 104 120 0 77 70 34 542 56 61
Binary 10110111 1000100 1010000 0 111111 111000 11100 101100010 101110 110001

Color Harmonies of #B74450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74450

Black with #B74450

Text Example


Text Example

White with #B74450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74450; }

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

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

background-color css

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

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

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

border-color css

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

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

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