Html Css Color HEX #B75257 Hippie Pink

📋 copy color: '#B75257'

red 183 ◦ green 82 ◦ blue 87

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

Shades of Hippie Pink #B75257

Tints of Hippie Pink #B75257

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.3%

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

R = 51.99%
G = 23.3%
B = 24.72%

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

#B75257 (or 0xB75257) is known color: Hippie Pink. HEX triplet: B7, 52 and 57. RGB value is (183,82,87). Sum of RGB (Red+Green+Blue) = 183+82+87=352 (46% of max value = 765). Red value is 183 (71.88% from 255 or 51.99% from 352); Green value is 82 (32.42% from 255 or 23.30% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 183 - color contains mainly: red. Hex color #B75257 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75257 is #48ADA8. Grayscale: #707070. Windows color (decimal): -4763049 or 5722807. OLE color: 5722807.

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

Color convert

RGB 183 82 87 -
CMYK 0 0.55 0.52 0.28
HSL 357.03º 0.41% 0.52% -
HSV(B) 357.03º 0.55% 0.72% -
XYZ 24.27 16.79 10.98 -
YUV 112.77 113.46 178.09 -
System Red Green Blue C M Y K H S L
Decimal 183 82 87 0 0.55 0.52 0.28 357.03 0.41 0.52
Hex B7 52 57 0 37 34 1C 165 29 34
Octal 267 122 127 0 67 64 34 545 51 64
Binary 10110111 1010010 1010111 0 110111 110100 11100 101100101 101001 110100

Color Harmonies of #B75257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75257

Black with #B75257

Text Example


Text Example

White with #B75257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75257; }

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

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

background-color css

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

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

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

border-color css

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

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

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