Html Css Color HEX #B61662 Jazzberry Jam

📋 copy color: '#B61662'

red 182 ◦ green 22 ◦ blue 98

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

Shades of Jazzberry Jam #B61662

Tints of Jazzberry Jam #B61662

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.28%

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

R = 60.26%
G = 7.28%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B61662 (or 0xB61662) is known color: Jazzberry Jam. HEX triplet: B6, 16 and 62. RGB value is (182,22,98). Sum of RGB (Red+Green+Blue) = 182+22+98=302 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.26% from 302); Green value is 22 (8.98% from 255 or 7.28% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 182 - color contains mainly: red. Hex color #B61662 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61662 is #49E99D. Grayscale: #4E4E4E. Windows color (decimal): -4843934 or 6428342. OLE color: 6428342.

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

Color convert

RGB 182 22 98 -
CMYK 0 0.88 0.46 0.29
HSL 331.5º 0.78% 0.4% -
HSV(B) 331.5º 0.88% 0.71% -
XYZ 21.78 11.4 12.61 -
YUV 78.5 139.01 201.82 -
System Red Green Blue C M Y K H S L
Decimal 182 22 98 0 0.88 0.46 0.29 331.5 0.78 0.4
Hex B6 16 62 0 58 2E 1D 14C 4E 28
Octal 266 26 142 0 130 56 35 514 116 50
Binary 10110110 10110 1100010 0 1011000 101110 11101 101001100 1001110 101000

Color Harmonies of #B61662

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61662

Black with #B61662

Text Example


Text Example

White with #B61662

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61662; }

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

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

background-color css

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

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

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

border-color css

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

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

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