Html Css Color HEX #B74455 Hippie Pink

📋 copy color: '#B74455'

red 183 ◦ green 68 ◦ blue 85

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

Shades of Hippie Pink #B74455

Tints of Hippie Pink #B74455

RGB

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

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

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

R = 54.46%
G = 20.24%
B = 25.3%

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

#B74455 (or 0xB74455) is known color: Hippie Pink. HEX triplet: B7, 44 and 55. RGB value is (183,68,85). Sum of RGB (Red+Green+Blue) = 183+68+85=336 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.46% from 336); Green value is 68 (26.95% from 255 or 20.24% from 336); Blue value is 85 (33.59% from 255 or 25.30% from 336); Max value from RGB is 183 - color contains mainly: red. Hex color #B74455 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74455 is #48BBAA. Grayscale: #686868. Windows color (decimal): -4766635 or 5588151. OLE color: 5588151.

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

Color convert

RGB 183 68 85 -
CMYK 0 0.63 0.54 0.28
HSL 351.13º 0.46% 0.49% -
HSV(B) 351.13º 0.63% 0.72% -
XYZ 23.24 14.86 10.24 -
YUV 104.32 117.1 184.12 -
System Red Green Blue C M Y K H S L
Decimal 183 68 85 0 0.63 0.54 0.28 351.13 0.46 0.49
Hex B7 44 55 0 3F 36 1C 15F 2E 31
Octal 267 104 125 0 77 66 34 537 56 61
Binary 10110111 1000100 1010101 0 111111 110110 11100 101011111 101110 110001

Color Harmonies of #B74455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74455

Black with #B74455

Text Example


Text Example

White with #B74455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74455; }

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

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

background-color css

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

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

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

border-color css

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

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

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