Html Css Color HEX #B25355 Hippie Pink

📋 copy color: '#B25355'

red 178 ◦ green 83 ◦ blue 85

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

Shades of Hippie Pink #B25355

Tints of Hippie Pink #B25355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 24.57%

R = 51.45%
G = 23.99%
B = 24.57%

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

#B25355 (or 0xB25355) is known color: Hippie Pink. HEX triplet: B2, 53 and 55. RGB value is (178,83,85). Sum of RGB (Red+Green+Blue) = 178+83+85=346 (45% of max value = 765). Red value is 178 (69.92% from 255 or 51.45% from 346); Green value is 83 (32.81% from 255 or 23.99% from 346); Blue value is 85 (33.59% from 255 or 24.57% from 346); Max value from RGB is 178 - color contains mainly: red. Hex color #B25355 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #B25355 is #4DACAA. Grayscale: #6F6F6F. Windows color (decimal): -5090475 or 5591986. OLE color: 5591986.

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

Color convert

RGB 178 83 85 -
CMYK 0 0.53 0.52 0.30
HSL 358.74º 0.38% 0.51% -
HSV(B) 358.74º 0.53% 0.7% -
XYZ 23.09 16.31 10.52 -
YUV 111.63 112.97 175.34 -
System Red Green Blue C M Y K H S L
Decimal 178 83 85 0 0.53 0.52 0.30 358.74 0.38 0.51
Hex B2 53 55 0 35 34 1E 167 26 33
Octal 262 123 125 0 65 64 36 547 46 63
Binary 10110010 1010011 1010101 0 110101 110100 11110 101100111 100110 110011

Color Harmonies of #B25355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B25355

Black with #B25355

Text Example


Text Example

White with #B25355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B25355; }

 p { color: rgb(178,83,85); }

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

background-color css

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

 a { background-color: rgb(178,83,85); }

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

border-color css

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

 span { border-color: rgb(178,83,85); }

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