Html Css Color HEX #B60863 Jazzberry Jam

📋 copy color: '#B60863'

red 182 ◦ green 8 ◦ blue 99

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

Shades of Jazzberry Jam #B60863

Tints of Jazzberry Jam #B60863

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.77%

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

R = 62.98%
G = 2.77%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B60863 (or 0xB60863) is known color: Jazzberry Jam. HEX triplet: B6, 08 and 63. RGB value is (182,8,99). Sum of RGB (Red+Green+Blue) = 182+8+99=289 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.98% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 99 (39.06% from 255 or 34.26% from 289); Max value from RGB is 182 - color contains mainly: red. Hex color #B60863 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60863 is #49F79C. Grayscale: #464646. Windows color (decimal): -4847517 or 6490294. OLE color: 6490294.

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

Color convert

RGB 182 8 99 -
CMYK 0 0.96 0.46 0.29
HSL 328.62º 0.92% 0.37% -
HSV(B) 328.62º 0.96% 0.71% -
XYZ 21.63 11.02 12.79 -
YUV 70.4 144.15 207.6 -
System Red Green Blue C M Y K H S L
Decimal 182 8 99 0 0.96 0.46 0.29 328.62 0.92 0.37
Hex B6 8 63 0 60 2E 1D 149 5C 25
Octal 266 10 143 0 140 56 35 511 134 45
Binary 10110110 1000 1100011 0 1100000 101110 11101 101001001 1011100 100101

Color Harmonies of #B60863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60863

Black with #B60863

Text Example


Text Example

White with #B60863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60863; }

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

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

background-color css

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

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

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

border-color css

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

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

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