Html Css Color HEX #B74D5C Hippie Pink

📋 copy color: '#B74D5C'

red 183 ◦ green 77 ◦ blue 92

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

Shades of Hippie Pink #B74D5C

Tints of Hippie Pink #B74D5C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.88%

 BLUE value IS 92 (36.33% from 255) = 26.14%

R = 51.99%
G = 21.88%
B = 26.14%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.50

 K value IS 0.28

RGB Variations

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

Color information

#B74D5C (or 0xB74D5C) is known color: Hippie Pink. HEX triplet: B7, 4D and 5C. RGB value is (183,77,92). Sum of RGB (Red+Green+Blue) = 183+77+92=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 77 (30.47% from 255 or 21.88% from 352); Blue value is 92 (36.33% from 255 or 26.14% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B74D5C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B74D5C is #48B2A3. Grayscale: #6E6E6E. Windows color (decimal): -4764324 or 6049207. OLE color: 6049207.

HSL color Cylindrical-coordinate representation of color #B74D5C: hue angle of 351.51º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B74D5C is Cyan = 0, Magento = 0.58, Yellow = 0.50 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 77 92 -
CMYK 0 0.58 0.50 0.28
HSL 351.51º 0.42% 0.51% -
HSV(B) 351.51º 0.58% 0.72% -
XYZ 24.11 16.15 11.97 -
YUV 110.4 117.62 179.78 -
System Red Green Blue C M Y K H S L
Decimal 183 77 92 0 0.58 0.50 0.28 351.51 0.42 0.51
Hex B7 4D 5C 0 3A 32 1C 160 2A 33
Octal 267 115 134 0 72 62 34 540 52 63
Binary 10110111 1001101 1011100 0 111010 110010 11100 101100000 101010 110011

Color Harmonies of #B74D5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74D5C

Black with #B74D5C

Text Example


Text Example

White with #B74D5C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74D5C; }

 p { color: rgb(183,77,92); }

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

background-color css

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

 a { background-color: rgb(183,77,92); }

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

border-color css

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

 span { border-color: rgb(183,77,92); }

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