Html Css Color HEX #B2565A Hippie Pink

📋 copy color: '#B2565A'

red 178 ◦ green 86 ◦ blue 90

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

Shades of Hippie Pink #B2565A

Tints of Hippie Pink #B2565A

RGB

 RED value IS 178 (69.92% from 255) = 50.28%

 GREEN value IS 86 (33.98% from 255) = 24.29%

 BLUE value IS 90 (35.55% from 255) = 25.42%

R = 50.28%
G = 24.29%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2565A (or 0xB2565A) is known color: Hippie Pink. HEX triplet: B2, 56 and 5A. RGB value is (178,86,90). Sum of RGB (Red+Green+Blue) = 178+86+90=354 (46% of max value = 765). Red value is 178 (69.92% from 255 or 50.28% from 354); Green value is 86 (33.98% from 255 or 24.29% from 354); Blue value is 90 (35.55% from 255 or 25.42% from 354); Max value from RGB is 178 - color contains mainly: red. Hex color #B2565A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B2565A is #4DA9A5. Grayscale: #727272. Windows color (decimal): -5089702 or 5920434. OLE color: 5920434.

HSL color Cylindrical-coordinate representation of color #B2565A: hue angle of 357.39º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #B2565A is Cyan = 0, Magento = 0.52, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 86 90 -
CMYK 0 0.52 0.49 0.30
HSL 357.39º 0.37% 0.52% -
HSV(B) 357.39º 0.52% 0.7% -
XYZ 23.53 16.86 11.69 -
YUV 113.96 114.48 173.67 -
System Red Green Blue C M Y K H S L
Decimal 178 86 90 0 0.52 0.49 0.30 357.39 0.37 0.52
Hex B2 56 5A 0 34 31 1E 165 25 34
Octal 262 126 132 0 64 61 36 545 45 64
Binary 10110010 1010110 1011010 0 110100 110001 11110 101100101 100101 110100

Color Harmonies of #B2565A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2565A

Black with #B2565A

Text Example


Text Example

White with #B2565A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2565A; }

 p { color: rgb(178,86,90); }

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

background-color css

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

 a { background-color: rgb(178,86,90); }

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

border-color css

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

 span { border-color: rgb(178,86,90); }

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