Html Css Color HEX #B74355 Hippie Pink

📋 copy color: '#B74355'

red 183 ◦ green 67 ◦ blue 85

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

Shades of Hippie Pink #B74355

Tints of Hippie Pink #B74355

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20%

 BLUE value IS 85 (33.59% from 255) = 25.37%

R = 54.63%
G = 20%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B74355 (or 0xB74355) is known color: Hippie Pink. HEX triplet: B7, 43 and 55. RGB value is (183,67,85). Sum of RGB (Red+Green+Blue) = 183+67+85=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 67 (26.56% from 255 or 20% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B74355 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74355 is #48BCAA. Grayscale: #676767. Windows color (decimal): -4766891 or 5587895. OLE color: 5587895.

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

Color convert

RGB 183 67 85 -
CMYK 0 0.63 0.54 0.28
HSL 350.69º 0.46% 0.49% -
HSV(B) 350.69º 0.63% 0.72% -
XYZ 23.18 14.74 10.22 -
YUV 103.74 117.43 184.54 -
System Red Green Blue C M Y K H S L
Decimal 183 67 85 0 0.63 0.54 0.28 350.69 0.46 0.49
Hex B7 43 55 0 3F 36 1C 15F 2E 31
Octal 267 103 125 0 77 66 34 537 56 61
Binary 10110111 1000011 1010101 0 111111 110110 11100 101011111 101110 110001

Color Harmonies of #B74355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74355

Black with #B74355

Text Example


Text Example

White with #B74355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74355; }

 p { color: rgb(183,67,85); }

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

background-color css

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

 a { background-color: rgb(183,67,85); }

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

border-color css

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

 span { border-color: rgb(183,67,85); }

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