Html Css Color HEX #B45256 Hippie Pink

📋 copy color: '#B45256'

red 180 ◦ green 82 ◦ blue 86

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

Shades of Hippie Pink #B45256

Tints of Hippie Pink #B45256

RGB

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

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

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

R = 51.72%
G = 23.56%
B = 24.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B45256 (or 0xB45256) is known color: Hippie Pink. HEX triplet: B4, 52 and 56. RGB value is (180,82,86). Sum of RGB (Red+Green+Blue) = 180+82+86=348 (46% of max value = 765). Red value is 180 (70.70% from 255 or 51.72% from 348); Green value is 82 (32.42% from 255 or 23.56% from 348); Blue value is 86 (33.98% from 255 or 24.71% from 348); Max value from RGB is 180 - color contains mainly: red. Hex color #B45256 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #B45256 is #4BADA9. Grayscale: #6F6F6F. Windows color (decimal): -4959658 or 5657268. OLE color: 5657268.

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

Color convert

RGB 180 82 86 -
CMYK 0 0.54 0.52 0.29
HSL 357.55º 0.4% 0.51% -
HSV(B) 357.55º 0.54% 0.71% -
XYZ 23.52 16.41 10.73 -
YUV 111.76 113.47 176.67 -
System Red Green Blue C M Y K H S L
Decimal 180 82 86 0 0.54 0.52 0.29 357.55 0.4 0.51
Hex B4 52 56 0 36 34 1D 166 28 33
Octal 264 122 126 0 66 64 35 546 50 63
Binary 10110100 1010010 1010110 0 110110 110100 11101 101100110 101000 110011

Color Harmonies of #B45256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B45256

Black with #B45256

Text Example


Text Example

White with #B45256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B45256; }

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

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

background-color css

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

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

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

border-color css

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

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

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