Html Css Color HEX #B75059 Hippie Pink

📋 copy color: '#B75059'

red 183 ◦ green 80 ◦ blue 89

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

Shades of Hippie Pink #B75059

Tints of Hippie Pink #B75059

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.73%

 BLUE value IS 89 (35.16% from 255) = 25.28%

R = 51.99%
G = 22.73%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.51

 K value IS 0.28

RGB Variations

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

Color information

#B75059 (or 0xB75059) is known color: Hippie Pink. HEX triplet: B7, 50 and 59. RGB value is (183,80,89). Sum of RGB (Red+Green+Blue) = 183+80+89=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 80 (31.64% from 255 or 22.73% from 352); Blue value is 89 (35.16% from 255 or 25.28% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B75059 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75059 is #48AFA6. Grayscale: #6F6F6F. Windows color (decimal): -4763559 or 5853367. OLE color: 5853367.

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

Color convert

RGB 183 80 89 -
CMYK 0 0.56 0.51 0.28
HSL 354.76º 0.42% 0.52% -
HSV(B) 354.76º 0.56% 0.72% -
XYZ 24.2 16.53 11.37 -
YUV 111.82 115.12 178.77 -
System Red Green Blue C M Y K H S L
Decimal 183 80 89 0 0.56 0.51 0.28 354.76 0.42 0.52
Hex B7 50 59 0 38 33 1C 163 2A 34
Octal 267 120 131 0 70 63 34 543 52 64
Binary 10110111 1010000 1011001 0 111000 110011 11100 101100011 101010 110100

Color Harmonies of #B75059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75059

Black with #B75059

Text Example


Text Example

White with #B75059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75059; }

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

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

background-color css

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

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

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

border-color css

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

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

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