Html Css Color HEX #B60752 Jazzberry Jam

📋 copy color: '#B60752'

red 182 ◦ green 7 ◦ blue 82

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

Shades of Jazzberry Jam #B60752

Tints of Jazzberry Jam #B60752

RGB

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

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

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

R = 67.16%
G = 2.58%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B60752 (or 0xB60752) is known color: Jazzberry Jam. HEX triplet: B6, 07 and 52. RGB value is (182,7,82). Sum of RGB (Red+Green+Blue) = 182+7+82=271 (35% of max value = 765). Red value is 182 (71.48% from 255 or 67.16% from 271); Green value is 7 (3.12% from 255 or 2.58% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 182 - color contains mainly: red. Hex color #B60752 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60752 is #49F8AD. Grayscale: #434343. Windows color (decimal): -4847790 or 5375926. OLE color: 5375926.

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

Color convert

RGB 182 7 82 -
CMYK 0 0.96 0.55 0.29
HSL 334.29º 0.93% 0.37% -
HSV(B) 334.29º 0.96% 0.71% -
XYZ 20.89 10.71 8.95 -
YUV 67.88 135.98 209.4 -
System Red Green Blue C M Y K H S L
Decimal 182 7 82 0 0.96 0.55 0.29 334.29 0.93 0.37
Hex B6 7 52 0 60 37 1D 14E 5D 25
Octal 266 7 122 0 140 67 35 516 135 45
Binary 10110110 111 1010010 0 1100000 110111 11101 101001110 1011101 100101

Color Harmonies of #B60752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60752

Black with #B60752

Text Example


Text Example

White with #B60752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60752; }

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

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

background-color css

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

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

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

border-color css

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

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

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