Html Css Color HEX #B74750 Hippie Pink

📋 copy color: '#B74750'

red 183 ◦ green 71 ◦ blue 80

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

Shades of Hippie Pink #B74750

Tints of Hippie Pink #B74750

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 23.95%

R = 54.79%
G = 21.26%
B = 23.95%

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

#B74750 (or 0xB74750) is known color: Hippie Pink. HEX triplet: B7, 47 and 50. RGB value is (183,71,80). Sum of RGB (Red+Green+Blue) = 183+71+80=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 71 (28.12% from 255 or 21.26% from 334); Blue value is 80 (31.64% from 255 or 23.95% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B74750 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B74750 is #48B8AF. Grayscale: #696969. Windows color (decimal): -4765872 or 5261239. OLE color: 5261239.

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

Color convert

RGB 183 71 80 -
CMYK 0 0.61 0.56 0.28
HSL 355.18º 0.44% 0.5% -
HSV(B) 355.18º 0.61% 0.72% -
XYZ 23.23 15.15 9.29 -
YUV 105.51 113.61 183.27 -
System Red Green Blue C M Y K H S L
Decimal 183 71 80 0 0.61 0.56 0.28 355.18 0.44 0.5
Hex B7 47 50 0 3D 38 1C 163 2C 32
Octal 267 107 120 0 75 70 34 543 54 62
Binary 10110111 1000111 1010000 0 111101 111000 11100 101100011 101100 110010

Color Harmonies of #B74750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74750

Black with #B74750

Text Example


Text Example

White with #B74750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74750; }

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

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

background-color css

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

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

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

border-color css

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

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

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