Html Css Color HEX #B74260 Hippie Pink

📋 copy color: '#B74260'

red 183 ◦ green 66 ◦ blue 96

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

Shades of Hippie Pink #B74260

Tints of Hippie Pink #B74260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.13%

 BLUE value IS 96 (37.89% from 255) = 27.83%

R = 53.04%
G = 19.13%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B74260 (or 0xB74260) is known color: Hippie Pink. HEX triplet: B7, 42 and 60. RGB value is (183,66,96). Sum of RGB (Red+Green+Blue) = 183+66+96=345 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.04% from 345); Green value is 66 (26.17% from 255 or 19.13% from 345); Blue value is 96 (37.89% from 255 or 27.83% from 345); Max value from RGB is 183 - color contains mainly: red. Hex color #B74260 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74260 is #48BD9F. Grayscale: #686868. Windows color (decimal): -4767136 or 6308535. OLE color: 6308535.

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

Color convert

RGB 183 66 96 -
CMYK 0 0.64 0.48 0.28
HSL 344.62º 0.47% 0.49% -
HSV(B) 344.62º 0.64% 0.72% -
XYZ 23.59 14.81 12.68 -
YUV 104.4 123.26 184.06 -
System Red Green Blue C M Y K H S L
Decimal 183 66 96 0 0.64 0.48 0.28 344.62 0.47 0.49
Hex B7 42 60 0 40 30 1C 159 2F 31
Octal 267 102 140 0 100 60 34 531 57 61
Binary 10110111 1000010 1100000 0 1000000 110000 11100 101011001 101111 110001

Color Harmonies of #B74260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74260

Black with #B74260

Text Example


Text Example

White with #B74260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74260; }

 p { color: rgb(183,66,96); }

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

background-color css

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

 a { background-color: rgb(183,66,96); }

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

border-color css

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

 span { border-color: rgb(183,66,96); }

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