Html Css Color HEX #B74751 Hippie Pink

📋 copy color: '#B74751'

red 183 ◦ green 71 ◦ blue 81

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

Shades of Hippie Pink #B74751

Tints of Hippie Pink #B74751

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.19%

 BLUE value IS 81 (32.03% from 255) = 24.18%

R = 54.63%
G = 21.19%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.28

RGB Variations

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

Color information

#B74751 (or 0xB74751) is known color: Hippie Pink. HEX triplet: B7, 47 and 51. RGB value is (183,71,81). Sum of RGB (Red+Green+Blue) = 183+71+81=335 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.63% from 335); Green value is 71 (28.12% from 255 or 21.19% from 335); Blue value is 81 (32.03% from 255 or 24.18% from 335); Max value from RGB is 183 - color contains mainly: red. Hex color #B74751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74751 is #48B8AE. Grayscale: #696969. Windows color (decimal): -4765871 or 5326775. OLE color: 5326775.

HSL color Cylindrical-coordinate representation of color #B74751: hue angle of 354.64º degrees, saturation: 0.44, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #B74751 is Cyan = 0, Magento = 0.61, Yellow = 0.56 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 71 81 -
CMYK 0 0.61 0.56 0.28
HSL 354.64º 0.44% 0.5% -
HSV(B) 354.64º 0.61% 0.72% -
XYZ 23.27 15.17 9.49 -
YUV 105.63 114.11 183.19 -
System Red Green Blue C M Y K H S L
Decimal 183 71 81 0 0.61 0.56 0.28 354.64 0.44 0.5
Hex B7 47 51 0 3D 38 1C 163 2C 32
Octal 267 107 121 0 75 70 34 543 54 62
Binary 10110111 1000111 1010001 0 111101 111000 11100 101100011 101100 110010

Color Harmonies of #B74751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74751

Black with #B74751

Text Example


Text Example

White with #B74751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74751; }

 p { color: rgb(183,71,81); }

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

background-color css

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

 a { background-color: rgb(183,71,81); }

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

border-color css

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

 span { border-color: rgb(183,71,81); }

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