Html Css Color HEX #B75354 Hippie Pink

📋 copy color: '#B75354'

red 183 ◦ green 83 ◦ blue 84

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

Shades of Hippie Pink #B75354

Tints of Hippie Pink #B75354

RGB

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

 GREEN value IS 83 (32.81% from 255) = 23.71%

 BLUE value IS 84 (33.2% from 255) = 24%

R = 52.29%
G = 23.71%
B = 24%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.54

 K value IS 0.28

RGB Variations

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

Color information

#B75354 (or 0xB75354) is known color: Hippie Pink. HEX triplet: B7, 53 and 54. RGB value is (183,83,84). Sum of RGB (Red+Green+Blue) = 183+83+84=350 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 84 (33.20% from 255 or 24% from 350); Max value from RGB is 183 - color contains mainly: red. Hex color #B75354 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75354 is #48ACAB. Grayscale: #717171. Windows color (decimal): -4762796 or 5526455. OLE color: 5526455.

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

Color convert

RGB 183 83 84 -
CMYK 0 0.55 0.54 0.28
HSL 359.4º 0.41% 0.52% -
HSV(B) 359.4º 0.55% 0.72% -
XYZ 24.22 16.89 10.37 -
YUV 113.01 111.63 177.92 -
System Red Green Blue C M Y K H S L
Decimal 183 83 84 0 0.55 0.54 0.28 359.4 0.41 0.52
Hex B7 53 54 0 37 36 1C 167 29 34
Octal 267 123 124 0 67 66 34 547 51 64
Binary 10110111 1010011 1010100 0 110111 110110 11100 101100111 101001 110100

Color Harmonies of #B75354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75354

Black with #B75354

Text Example


Text Example

White with #B75354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75354; }

 p { color: rgb(183,83,84); }

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

background-color css

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

 a { background-color: rgb(183,83,84); }

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

border-color css

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

 span { border-color: rgb(183,83,84); }

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