Html Css Color HEX #B61C62 Jazzberry Jam

📋 copy color: '#B61C62'

red 182 ◦ green 28 ◦ blue 98

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

Shades of Jazzberry Jam #B61C62

Tints of Jazzberry Jam #B61C62

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.09%

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

R = 59.09%
G = 9.09%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#B61C62 (or 0xB61C62) is known color: Jazzberry Jam. HEX triplet: B6, 1C and 62. RGB value is (182,28,98). Sum of RGB (Red+Green+Blue) = 182+28+98=308 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.09% from 308); Green value is 28 (11.33% from 255 or 9.09% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 182 - color contains mainly: red. Hex color #B61C62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61C62 is #49E39D. Grayscale: #515151. Windows color (decimal): -4842398 or 6429878. OLE color: 6429878.

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

Color convert

RGB 182 28 98 -
CMYK 0 0.85 0.46 0.29
HSL 332.73º 0.73% 0.41% -
HSV(B) 332.73º 0.85% 0.71% -
XYZ 21.91 11.66 12.65 -
YUV 82.03 137.02 199.31 -
System Red Green Blue C M Y K H S L
Decimal 182 28 98 0 0.85 0.46 0.29 332.73 0.73 0.41
Hex B6 1C 62 0 55 2E 1D 14D 49 29
Octal 266 34 142 0 125 56 35 515 111 51
Binary 10110110 11100 1100010 0 1010101 101110 11101 101001101 1001001 101001

Color Harmonies of #B61C62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61C62

Black with #B61C62

Text Example


Text Example

White with #B61C62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61C62; }

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

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

background-color css

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

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

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

border-color css

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

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

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