Html Css Color HEX #B75256 Hippie Pink

📋 copy color: '#B75256'

red 183 ◦ green 82 ◦ blue 86

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

Shades of Hippie Pink #B75256

Tints of Hippie Pink #B75256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 24.5%

R = 52.14%
G = 23.36%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.53

 K value IS 0.28

RGB Variations

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

Color information

#B75256 (or 0xB75256) is known color: Hippie Pink. HEX triplet: B7, 52 and 56. RGB value is (183,82,86). Sum of RGB (Red+Green+Blue) = 183+82+86=351 (46% of max value = 765). Red value is 183 (71.88% from 255 or 52.14% from 351); Green value is 82 (32.42% from 255 or 23.36% from 351); Blue value is 86 (33.98% from 255 or 24.50% from 351); Max value from RGB is 183 - color contains mainly: red. Hex color #B75256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B75256 is #48ADA9. Grayscale: #707070. Windows color (decimal): -4763050 or 5657271. OLE color: 5657271.

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

Color convert

RGB 183 82 86 -
CMYK 0 0.55 0.53 0.28
HSL 357.62º 0.41% 0.52% -
HSV(B) 357.62º 0.55% 0.72% -
XYZ 24.23 16.77 10.76 -
YUV 112.66 112.96 178.17 -
System Red Green Blue C M Y K H S L
Decimal 183 82 86 0 0.55 0.53 0.28 357.62 0.41 0.52
Hex B7 52 56 0 37 35 1C 166 29 34
Octal 267 122 126 0 67 65 34 546 51 64
Binary 10110111 1010010 1010110 0 110111 110101 11100 101100110 101001 110100

Color Harmonies of #B75256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75256

Black with #B75256

Text Example


Text Example

White with #B75256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75256; }

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

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

background-color css

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

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

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

border-color css

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

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

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