Html Css Color HEX #B60262 Jazzberry Jam

📋 copy color: '#B60262'

red 182 ◦ green 2 ◦ blue 98

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

Shades of Jazzberry Jam #B60262

Tints of Jazzberry Jam #B60262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 34.75%

R = 64.54%
G = 0.71%
B = 34.75%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B60262 (or 0xB60262) is known color: Jazzberry Jam. HEX triplet: B6, 02 and 62. RGB value is (182,2,98). Sum of RGB (Red+Green+Blue) = 182+2+98=282 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.54% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 182 - color contains mainly: red. Hex color #B60262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B60262 is #49FD9D. Grayscale: #424242. Windows color (decimal): -4849054 or 6423222. OLE color: 6423222.

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

Color convert

RGB 182 2 98 -
CMYK 0 0.99 0.46 0.29
HSL 328º 0.98% 0.36% -
HSV(B) 328º 0.99% 0.71% -
XYZ 21.52 10.87 12.52 -
YUV 66.76 145.63 210.19 -
System Red Green Blue C M Y K H S L
Decimal 182 2 98 0 0.99 0.46 0.29 328 0.98 0.36
Hex B6 2 62 0 63 2E 1D 148 62 24
Octal 266 2 142 0 143 56 35 510 142 44
Binary 10110110 10 1100010 0 1100011 101110 11101 101001000 1100010 100100

Color Harmonies of #B60262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B60262

Black with #B60262

Text Example


Text Example

White with #B60262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B60262; }

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

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

background-color css

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

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

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

border-color css

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

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

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