Html Css Color HEX #B60773 Jazzberry Jam

📋 copy color: '#B60773'

red 182 ◦ green 7 ◦ blue 115

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

Shades of Jazzberry Jam #B60773

Tints of Jazzberry Jam #B60773

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.3%

 BLUE value IS 115 (45.31% from 255) = 37.83%

R = 59.87%
G = 2.3%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.37

 K value IS 0.29

RGB Variations

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

Color information

#B60773 (or 0xB60773) is known color: Jazzberry Jam. HEX triplet: B6, 07 and 73. RGB value is (182,7,115). Sum of RGB (Red+Green+Blue) = 182+7+115=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 7 (3.12% from 255 or 2.30% from 304); Blue value is 115 (45.31% from 255 or 37.83% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B60773 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60773 is #49F88C. Grayscale: #474747. Windows color (decimal): -4847757 or 7538614. OLE color: 7538614.

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

Color convert

RGB 182 7 115 -
CMYK 0 0.96 0.37 0.29
HSL 322.97º 0.93% 0.37% -
HSV(B) 322.97º 0.96% 0.71% -
XYZ 22.46 11.33 17.22 -
YUV 71.64 152.48 206.72 -
System Red Green Blue C M Y K H S L
Decimal 182 7 115 0 0.96 0.37 0.29 322.97 0.93 0.37
Hex B6 7 73 0 60 25 1D 143 5D 25
Octal 266 7 163 0 140 45 35 503 135 45
Binary 10110110 111 1110011 0 1100000 100101 11101 101000011 1011101 100101

Color Harmonies of #B60773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60773

Black with #B60773

Text Example


Text Example

White with #B60773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60773; }

 p { color: rgb(182,7,115); }

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

background-color css

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

 a { background-color: rgb(182,7,115); }

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

border-color css

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

 span { border-color: rgb(182,7,115); }

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