Html Css Color HEX #B63C5A Hippie Pink

📋 copy color: '#B63C5A'

red 182 ◦ green 60 ◦ blue 90

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

Shades of Hippie Pink #B63C5A

Tints of Hippie Pink #B63C5A

RGB

 RED value IS 182 (71.48% from 255) = 54.82%

 GREEN value IS 60 (23.83% from 255) = 18.07%

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

R = 54.82%
G = 18.07%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B63C5A (or 0xB63C5A) is known color: Hippie Pink. HEX triplet: B6, 3C and 5A. RGB value is (182,60,90). Sum of RGB (Red+Green+Blue) = 182+60+90=332 (43% of max value = 765). Red value is 182 (71.48% from 255 or 54.82% from 332); Green value is 60 (23.83% from 255 or 18.07% from 332); Blue value is 90 (35.55% from 255 or 27.11% from 332); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63C5A is #49C3A5. Grayscale: #636363. Windows color (decimal): -4834214 or 5913782. OLE color: 5913782.

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

Color convert

RGB 182 60 90 -
CMYK 0 0.67 0.51 0.29
HSL 345.25º 0.5% 0.47% -
HSV(B) 345.25º 0.67% 0.71% -
XYZ 22.75 13.91 11.16 -
YUV 99.9 122.42 186.56 -
System Red Green Blue C M Y K H S L
Decimal 182 60 90 0 0.67 0.51 0.29 345.25 0.5 0.47
Hex B6 3C 5A 0 43 33 1D 159 32 2F
Octal 266 74 132 0 103 63 35 531 62 57
Binary 10110110 111100 1011010 0 1000011 110011 11101 101011001 110010 101111

Color Harmonies of #B63C5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63C5A

Black with #B63C5A

Text Example


Text Example

White with #B63C5A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63C5A; }

 p { color: rgb(182,60,90); }

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

background-color css

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

 a { background-color: rgb(182,60,90); }

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

border-color css

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

 span { border-color: rgb(182,60,90); }

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