Html Css Color HEX #B74955 Hippie Pink

📋 copy color: '#B74955'

red 183 ◦ green 73 ◦ blue 85

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

Shades of Hippie Pink #B74955

Tints of Hippie Pink #B74955

RGB

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

 GREEN value IS 73 (28.91% from 255) = 21.41%

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

R = 53.67%
G = 21.41%
B = 24.93%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B74955 (or 0xB74955) is known color: Hippie Pink. HEX triplet: B7, 49 and 55. RGB value is (183,73,85). Sum of RGB (Red+Green+Blue) = 183+73+85=341 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.67% from 341); Green value is 73 (28.91% from 255 or 21.41% from 341); Blue value is 85 (33.59% from 255 or 24.93% from 341); Max value from RGB is 183 - color contains mainly: red. Hex color #B74955 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74955 is #48B6AA. Grayscale: #6B6B6B. Windows color (decimal): -4765355 or 5589431. OLE color: 5589431.

HSL color Cylindrical-coordinate representation of color #B74955: hue angle of 353.45º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #B74955 is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 73 85 -
CMYK 0 0.60 0.54 0.28
HSL 353.45º 0.43% 0.5% -
HSV(B) 353.45º 0.6% 0.72% -
XYZ 23.55 15.49 10.34 -
YUV 107.26 115.44 182.02 -
System Red Green Blue C M Y K H S L
Decimal 183 73 85 0 0.60 0.54 0.28 353.45 0.43 0.5
Hex B7 49 55 0 3C 36 1C 161 2B 32
Octal 267 111 125 0 74 66 34 541 53 62
Binary 10110111 1001001 1010101 0 111100 110110 11100 101100001 101011 110010

Color Harmonies of #B74955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74955

Black with #B74955

Text Example


Text Example

White with #B74955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74955; }

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

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

background-color css

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

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

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

border-color css

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

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

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