Html Css Color HEX #B62162 Jazzberry Jam

📋 copy color: '#B62162'

red 182 ◦ green 33 ◦ blue 98

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

Shades of Jazzberry Jam #B62162

Tints of Jazzberry Jam #B62162

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.54%

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

R = 58.15%
G = 10.54%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B62162 (or 0xB62162) is known color: Jazzberry Jam. HEX triplet: B6, 21 and 62. RGB value is (182,33,98). Sum of RGB (Red+Green+Blue) = 182+33+98=313 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.15% from 313); Green value is 33 (13.28% from 255 or 10.54% from 313); Blue value is 98 (38.67% from 255 or 31.31% from 313); Max value from RGB is 182 - color contains mainly: red. Hex color #B62162 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B62162 is #49DE9D. Grayscale: #545454. Windows color (decimal): -4841118 or 6431158. OLE color: 6431158.

HSL color Cylindrical-coordinate representation of color #B62162: hue angle of 333.83º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B62162 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 33 98 -
CMYK 0 0.82 0.46 0.29
HSL 333.83º 0.69% 0.42% -
HSV(B) 333.83º 0.82% 0.71% -
XYZ 22.04 11.91 12.69 -
YUV 84.96 135.36 197.21 -
System Red Green Blue C M Y K H S L
Decimal 182 33 98 0 0.82 0.46 0.29 333.83 0.69 0.42
Hex B6 21 62 0 52 2E 1D 14E 45 2A
Octal 266 41 142 0 122 56 35 516 105 52
Binary 10110110 100001 1100010 0 1010010 101110 11101 101001110 1000101 101010

Color Harmonies of #B62162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62162

Black with #B62162

Text Example


Text Example

White with #B62162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62162; }

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

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

background-color css

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

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

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

border-color css

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

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

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