Html Css Color HEX #B75357 Hippie Pink

📋 copy color: '#B75357'

red 183 ◦ green 83 ◦ blue 87

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

Shades of Hippie Pink #B75357

Tints of Hippie Pink #B75357

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 24.65%

R = 51.84%
G = 23.51%
B = 24.65%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.52

 K value IS 0.28

RGB Variations

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

Color information

#B75357 (or 0xB75357) is known color: Hippie Pink. HEX triplet: B7, 53 and 57. RGB value is (183,83,87). Sum of RGB (Red+Green+Blue) = 183+83+87=353 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.84% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 87 (34.38% from 255 or 24.65% from 353); Max value from RGB is 183 - color contains mainly: red. Hex color #B75357 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75357 is #48ACA8. Grayscale: #717171. Windows color (decimal): -4762793 or 5723063. OLE color: 5723063.

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

Color convert

RGB 183 83 87 -
CMYK 0 0.55 0.52 0.28
HSL 357.6º 0.41% 0.52% -
HSV(B) 357.6º 0.55% 0.72% -
XYZ 24.34 16.94 11 -
YUV 113.36 113.13 177.67 -
System Red Green Blue C M Y K H S L
Decimal 183 83 87 0 0.55 0.52 0.28 357.6 0.41 0.52
Hex B7 53 57 0 37 34 1C 166 29 34
Octal 267 123 127 0 67 64 34 546 51 64
Binary 10110111 1010011 1010111 0 110111 110100 11100 101100110 101001 110100

Color Harmonies of #B75357

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75357

Black with #B75357

Text Example


Text Example

White with #B75357

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75357; }

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

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

background-color css

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

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

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

border-color css

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

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

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