Html Css Color HEX #B60057 Jazzberry Jam

📋 copy color: '#B60057'

red 182 ◦ green 0 ◦ blue 87

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

Shades of Jazzberry Jam #B60057

Tints of Jazzberry Jam #B60057

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 87 (34.38% from 255) = 32.34%

R = 67.66%
G = 0%
B = 32.34%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.52

 K value IS 0.29

RGB Variations

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

Color information

#B60057 (or 0xB60057) is known color: Jazzberry Jam. HEX triplet: B6, 00 and 57. RGB value is (182,0,87). Sum of RGB (Red+Green+Blue) = 182+0+87=269 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.66% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 87 (34.38% from 255 or 32.34% from 269); Max value from RGB is 182 - color contains mainly: red. Hex color #B60057 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60057 is #49FFA8. Grayscale: #404040. Windows color (decimal): -4849577 or 5701814. OLE color: 5701814.

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

Color convert

RGB 182 0 87 -
CMYK 0 1 0.52 0.29
HSL 331.32º 1% 0.36% -
HSV(B) 331.32º 1% 0.71% -
XYZ 21.01 10.63 9.96 -
YUV 64.34 140.8 211.93 -
System Red Green Blue C M Y K H S L
Decimal 182 0 87 0 1 0.52 0.29 331.32 1 0.36
Hex B6 0 57 0 64 34 1D 14B 64 24
Octal 266 0 127 0 144 64 35 513 144 44
Binary 10110110 0 1010111 0 1100100 110100 11101 101001011 1100100 100100

Color Harmonies of #B60057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60057

Black with #B60057

Text Example


Text Example

White with #B60057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60057; }

 p { color: rgb(182,0,87); }

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

background-color css

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

 a { background-color: rgb(182,0,87); }

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

border-color css

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

 span { border-color: rgb(182,0,87); }

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