Html Css Color HEX #B63E5B Hippie Pink

📋 copy color: '#B63E5B'

red 182 ◦ green 62 ◦ blue 91

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

Shades of Hippie Pink #B63E5B

Tints of Hippie Pink #B63E5B

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.51%

 BLUE value IS 91 (35.94% from 255) = 27.16%

R = 54.33%
G = 18.51%
B = 27.16%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.5

 K value IS 0.29

RGB Variations

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

Color information

#B63E5B (or 0xB63E5B) is known color: Hippie Pink. HEX triplet: B6, 3E and 5B. RGB value is (182,62,91). Sum of RGB (Red+Green+Blue) = 182+62+91=335 (44% of max value = 765). Red value is 182 (71.48% from 255 or 54.33% from 335); Green value is 62 (24.61% from 255 or 18.51% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 182 - color contains mainly: red. Hex color #B63E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63E5B is #49C1A4. Grayscale: #656565. Windows color (decimal): -4833701 or 5979830. OLE color: 5979830.

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

Color convert

RGB 182 62 91 -
CMYK 0 0.66 0.5 0.29
HSL 345.5º 0.49% 0.48% -
HSV(B) 345.5º 0.66% 0.71% -
XYZ 22.9 14.15 11.42 -
YUV 101.19 122.26 185.64 -
System Red Green Blue C M Y K H S L
Decimal 182 62 91 0 0.66 0.5 0.29 345.5 0.49 0.48
Hex B6 3E 5B 0 42 32 1D 15A 31 30
Octal 266 76 133 0 102 62 35 532 61 60
Binary 10110110 111110 1011011 0 1000010 110010 11101 101011010 110001 110000

Color Harmonies of #B63E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63E5B

Black with #B63E5B

Text Example


Text Example

White with #B63E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63E5B; }

 p { color: rgb(182,62,91); }

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

background-color css

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

 a { background-color: rgb(182,62,91); }

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

border-color css

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

 span { border-color: rgb(182,62,91); }

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