Html Css Color HEX #B60859 Jazzberry Jam

📋 copy color: '#B60859'

red 182 ◦ green 8 ◦ blue 89

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

Shades of Jazzberry Jam #B60859

Tints of Jazzberry Jam #B60859

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.9%

R = 65.23%
G = 2.87%
B = 31.9%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B60859 (or 0xB60859) is known color: Jazzberry Jam. HEX triplet: B6, 08 and 59. RGB value is (182,8,89). Sum of RGB (Red+Green+Blue) = 182+8+89=279 (36% of max value = 765). Red value is 182 (71.48% from 255 or 65.23% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 182 - color contains mainly: red. Hex color #B60859 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60859 is #49F7A6. Grayscale: #454545. Windows color (decimal): -4847527 or 5834934. OLE color: 5834934.

HSL color Cylindrical-coordinate representation of color #B60859: hue angle of 332.07º 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 #B60859 is Cyan = 0, Magento = 0.96, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 8 89 -
CMYK 0 0.96 0.51 0.29
HSL 332.07º 0.92% 0.37% -
HSV(B) 332.07º 0.96% 0.71% -
XYZ 21.18 10.84 10.43 -
YUV 69.26 139.15 208.41 -
System Red Green Blue C M Y K H S L
Decimal 182 8 89 0 0.96 0.51 0.29 332.07 0.92 0.37
Hex B6 8 59 0 60 33 1D 14C 5C 25
Octal 266 10 131 0 140 63 35 514 134 45
Binary 10110110 1000 1011001 0 1100000 110011 11101 101001100 1011100 100101

Color Harmonies of #B60859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60859

Black with #B60859

Text Example


Text Example

White with #B60859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60859; }

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

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

background-color css

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

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

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

border-color css

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

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

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