Html Css Color HEX #B60558 Jazzberry Jam

📋 copy color: '#B60558'

red 182 ◦ green 5 ◦ blue 88

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

Shades of Jazzberry Jam #B60558

Tints of Jazzberry Jam #B60558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.82%

 BLUE value IS 88 (34.77% from 255) = 32%

R = 66.18%
G = 1.82%
B = 32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B60558 (or 0xB60558) is known color: Jazzberry Jam. HEX triplet: B6, 05 and 58. RGB value is (182,5,88). Sum of RGB (Red+Green+Blue) = 182+5+88=275 (36% of max value = 765). Red value is 182 (71.48% from 255 or 66.18% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 182 - color contains mainly: red. Hex color #B60558 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60558 is #49FAA7. Grayscale: #434343. Windows color (decimal): -4848296 or 5768630. OLE color: 5768630.

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

Color convert

RGB 182 5 88 -
CMYK 0 0.97 0.52 0.29
HSL 331.86º 0.95% 0.37% -
HSV(B) 331.86º 0.97% 0.71% -
XYZ 21.11 10.76 10.2 -
YUV 67.39 139.64 209.75 -
System Red Green Blue C M Y K H S L
Decimal 182 5 88 0 0.97 0.52 0.29 331.86 0.95 0.37
Hex B6 5 58 0 61 34 1D 14C 5F 25
Octal 266 5 130 0 141 64 35 514 137 45
Binary 10110110 101 1011000 0 1100001 110100 11101 101001100 1011111 100101

Color Harmonies of #B60558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60558

Black with #B60558

Text Example


Text Example

White with #B60558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60558; }

 p { color: rgb(182,5,88); }

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

background-color css

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

 a { background-color: rgb(182,5,88); }

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

border-color css

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

 span { border-color: rgb(182,5,88); }

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