Html Css Color HEX #B60163 Jazzberry Jam

📋 copy color: '#B60163'

red 182 ◦ green 1 ◦ blue 99

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

Shades of Jazzberry Jam #B60163

Tints of Jazzberry Jam #B60163

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

 BLUE value IS 99 (39.06% from 255) = 35.11%

R = 64.54%
G = 0.35%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B60163 (or 0xB60163) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 63. RGB value is (182,1,99). Sum of RGB (Red+Green+Blue) = 182+1+99=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 1 (0.78% from 255 or 0.35% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B60163 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60163 is #49FE9C. Grayscale: #424242. Windows color (decimal): -4849309 or 6488502. OLE color: 6488502.

HSL color Cylindrical-coordinate representation of color #B60163: hue angle of 327.51º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B60163 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 1 99 -
CMYK 0 0.99 0.46 0.29
HSL 327.51º 0.99% 0.36% -
HSV(B) 327.51º 0.99% 0.71% -
XYZ 21.55 10.87 12.77 -
YUV 66.29 146.47 210.53 -
System Red Green Blue C M Y K H S L
Decimal 182 1 99 0 0.99 0.46 0.29 327.51 0.99 0.36
Hex B6 1 63 0 63 2E 1D 148 63 24
Octal 266 1 143 0 143 56 35 510 143 44
Binary 10110110 1 1100011 0 1100011 101110 11101 101001000 1100011 100100

Color Harmonies of #B60163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60163

Black with #B60163

Text Example


Text Example

White with #B60163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60163; }

 p { color: rgb(182,1,99); }

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

background-color css

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

 a { background-color: rgb(182,1,99); }

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

border-color css

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

 span { border-color: rgb(182,1,99); }

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