Html Css Color HEX #B60963 Jazzberry Jam

📋 copy color: '#B60963'

red 182 ◦ green 9 ◦ blue 99

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

Shades of Jazzberry Jam #B60963

Tints of Jazzberry Jam #B60963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.1%

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

R = 62.76%
G = 3.1%
B = 34.14%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B60963 (or 0xB60963) is known color: Jazzberry Jam. HEX triplet: B6, 09 and 63. RGB value is (182,9,99). Sum of RGB (Red+Green+Blue) = 182+9+99=290 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.76% from 290); Green value is 9 (3.91% from 255 or 3.10% from 290); Blue value is 99 (39.06% from 255 or 34.14% from 290); Max value from RGB is 182 - color contains mainly: red. Hex color #B60963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60963 is #49F69C. Grayscale: #464646. Windows color (decimal): -4847261 or 6490550. OLE color: 6490550.

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

Color convert

RGB 182 9 99 -
CMYK 0 0.95 0.46 0.29
HSL 328.79º 0.91% 0.37% -
HSV(B) 328.79º 0.95% 0.71% -
XYZ 21.64 11.04 12.79 -
YUV 70.99 143.81 207.18 -
System Red Green Blue C M Y K H S L
Decimal 182 9 99 0 0.95 0.46 0.29 328.79 0.91 0.37
Hex B6 9 63 0 5F 2E 1D 149 5B 25
Octal 266 11 143 0 137 56 35 511 133 45
Binary 10110110 1001 1100011 0 1011111 101110 11101 101001001 1011011 100101

Color Harmonies of #B60963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60963

Black with #B60963

Text Example


Text Example

White with #B60963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60963; }

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

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

background-color css

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

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

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

border-color css

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

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

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