Html Css Color HEX #B60152 Jazzberry Jam

📋 copy color: '#B60152'

red 182 ◦ green 1 ◦ blue 82

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

Shades of Jazzberry Jam #B60152

Tints of Jazzberry Jam #B60152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.38%

 BLUE value IS 82 (32.42% from 255) = 30.94%

R = 68.68%
G = 0.38%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B60152 (or 0xB60152) is known color: Jazzberry Jam. HEX triplet: B6, 01 and 52. RGB value is (182,1,82). Sum of RGB (Red+Green+Blue) = 182+1+82=265 (35% of max value = 765). Red value is 182 (71.48% from 255 or 68.68% from 265); Green value is 1 (0.78% from 255 or 0.38% from 265); Blue value is 82 (32.42% from 255 or 30.94% from 265); Max value from RGB is 182 - color contains mainly: red. Hex color #B60152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60152 is #49FEAD. Grayscale: #404040. Windows color (decimal): -4849326 or 5374390. OLE color: 5374390.

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

Color convert

RGB 182 1 82 -
CMYK 0 0.99 0.55 0.29
HSL 333.15º 0.99% 0.36% -
HSV(B) 333.15º 0.99% 0.71% -
XYZ 20.83 10.58 8.93 -
YUV 64.35 137.97 211.91 -
System Red Green Blue C M Y K H S L
Decimal 182 1 82 0 0.99 0.55 0.29 333.15 0.99 0.36
Hex B6 1 52 0 63 37 1D 14D 63 24
Octal 266 1 122 0 143 67 35 515 143 44
Binary 10110110 1 1010010 0 1100011 110111 11101 101001101 1100011 100100

Color Harmonies of #B60152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60152

Black with #B60152

Text Example


Text Example

White with #B60152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60152; }

 p { color: rgb(182,1,82); }

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

background-color css

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

 a { background-color: rgb(182,1,82); }

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

border-color css

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

 span { border-color: rgb(182,1,82); }

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