Html Css Color HEX #B60271 Jazzberry Jam

📋 copy color: '#B60271'

red 182 ◦ green 2 ◦ blue 113

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

Shades of Jazzberry Jam #B60271

Tints of Jazzberry Jam #B60271

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 113 (44.53% from 255) = 38.05%

R = 61.28%
G = 0.67%
B = 38.05%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.38

 K value IS 0.29

RGB Variations

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

Color information

#B60271 (or 0xB60271) is known color: Jazzberry Jam. HEX triplet: B6, 02 and 71. RGB value is (182,2,113). Sum of RGB (Red+Green+Blue) = 182+2+113=297 (39% of max value = 765). Red value is 182 (71.48% from 255 or 61.28% from 297); Green value is 2 (1.17% from 255 or 0.67% from 297); Blue value is 113 (44.53% from 255 or 38.05% from 297); Max value from RGB is 182 - color contains mainly: red. Hex color #B60271 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60271 is #49FD8E. Grayscale: #444444. Windows color (decimal): -4849039 or 7406262. OLE color: 7406262.

HSL color Cylindrical-coordinate representation of color #B60271: hue angle of 323º degrees, saturation: 0.98, 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 #B60271 is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 2 113 -
CMYK 0 0.99 0.38 0.29
HSL 323º 0.98% 0.36% -
HSV(B) 323º 0.99% 0.71% -
XYZ 22.29 11.18 16.61 -
YUV 68.47 153.13 208.97 -
System Red Green Blue C M Y K H S L
Decimal 182 2 113 0 0.99 0.38 0.29 323 0.98 0.36
Hex B6 2 71 0 63 26 1D 143 62 24
Octal 266 2 161 0 143 46 35 503 142 44
Binary 10110110 10 1110001 0 1100011 100110 11101 101000011 1100010 100100

Color Harmonies of #B60271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60271

Black with #B60271

Text Example


Text Example

White with #B60271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60271; }

 p { color: rgb(182,2,113); }

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

background-color css

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

 a { background-color: rgb(182,2,113); }

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

border-color css

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

 span { border-color: rgb(182,2,113); }

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