Html Css Color HEX #B45355 Hippie Pink

📋 copy color: '#B45355'

red 180 ◦ green 83 ◦ blue 85

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

Shades of Hippie Pink #B45355

Tints of Hippie Pink #B45355

RGB

 RED value IS 180 (70.7% from 255) = 51.72%

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

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

R = 51.72%
G = 23.85%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#B45355 (or 0xB45355) is known color: Hippie Pink. HEX triplet: B4, 53 and 55. RGB value is (180,83,85). Sum of RGB (Red+Green+Blue) = 180+83+85=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 83 (32.81% from 255 or 23.85% from 348); Blue value is 85 (33.59% from 255 or 24.43% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B45355 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45355 is #4BACAA. Grayscale: #707070. Windows color (decimal): -4959403 or 5591988. OLE color: 5591988.

HSL color Cylindrical-coordinate representation of color #B45355: hue angle of 358.76º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #B45355 is Cyan = 0, Magento = 0.54, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 83 85 -
CMYK 0 0.54 0.53 0.29
HSL 358.76º 0.39% 0.52% -
HSV(B) 358.76º 0.54% 0.71% -
XYZ 23.56 16.55 10.55 -
YUV 112.23 112.64 176.34 -
System Red Green Blue C M Y K H S L
Decimal 180 83 85 0 0.54 0.53 0.29 358.76 0.39 0.52
Hex B4 53 55 0 36 35 1D 167 27 34
Octal 264 123 125 0 66 65 35 547 47 64
Binary 10110100 1010011 1010101 0 110110 110101 11101 101100111 100111 110100

Color Harmonies of #B45355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45355

Black with #B45355

Text Example


Text Example

White with #B45355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45355; }

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

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

background-color css

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

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

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

border-color css

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

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

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