Html Css Color HEX #B25456 Hippie Pink

📋 copy color: '#B25456'

red 178 ◦ green 84 ◦ blue 86

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

Shades of Hippie Pink #B25456

Tints of Hippie Pink #B25456

RGB

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

 GREEN value IS 84 (33.2% from 255) = 24.14%

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

R = 51.15%
G = 24.14%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.52

 K value IS 0.30

RGB Variations

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

Color information

#B25456 (or 0xB25456) is known color: Hippie Pink. HEX triplet: B2, 54 and 56. RGB value is (178,84,86). Sum of RGB (Red+Green+Blue) = 178+84+86=348 (46% of max value = 765). Red value is 178 (69.92% from 255 or 51.15% from 348); Green value is 84 (33.20% from 255 or 24.14% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 178 - color contains mainly: red. Hex color #B25456 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25456 is #4DABA9. Grayscale: #707070. Windows color (decimal): -5090218 or 5657778. OLE color: 5657778.

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

Color convert

RGB 178 84 86 -
CMYK 0 0.53 0.52 0.30
HSL 358.72º 0.38% 0.51% -
HSV(B) 358.72º 0.53% 0.7% -
XYZ 23.21 16.48 10.76 -
YUV 112.33 113.14 174.84 -
System Red Green Blue C M Y K H S L
Decimal 178 84 86 0 0.53 0.52 0.30 358.72 0.38 0.51
Hex B2 54 56 0 35 34 1E 167 26 33
Octal 262 124 126 0 65 64 36 547 46 63
Binary 10110010 1010100 1010110 0 110101 110100 11110 101100111 100110 110011

Color Harmonies of #B25456

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25456

Black with #B25456

Text Example


Text Example

White with #B25456

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25456; }

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

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

background-color css

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

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

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

border-color css

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

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

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