Html Css Color HEX #B61966 Jazzberry Jam

📋 copy color: '#B61966'

red 182 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #B61966

Tints of Jazzberry Jam #B61966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.09%

 BLUE value IS 102 (40.23% from 255) = 33.01%

R = 58.9%
G = 8.09%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.29

RGB Variations

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

Color information

#B61966 (or 0xB61966) is known color: Jazzberry Jam. HEX triplet: B6, 19 and 66. RGB value is (182,25,102). Sum of RGB (Red+Green+Blue) = 182+25+102=309 (40% of max value = 765). Red value is 182 (71.48% from 255 or 58.90% from 309); Green value is 25 (10.16% from 255 or 8.09% from 309); Blue value is 102 (40.23% from 255 or 33.01% from 309); Max value from RGB is 182 - color contains mainly: red. Hex color #B61966 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61966 is #49E699. Grayscale: #505050. Windows color (decimal): -4843162 or 6691254. OLE color: 6691254.

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

Color convert

RGB 182 25 102 -
CMYK 0 0.86 0.44 0.29
HSL 330.57º 0.76% 0.41% -
HSV(B) 330.57º 0.86% 0.71% -
XYZ 22.04 11.6 13.65 -
YUV 80.72 140.01 200.24 -
System Red Green Blue C M Y K H S L
Decimal 182 25 102 0 0.86 0.44 0.29 330.57 0.76 0.41
Hex B6 19 66 0 56 2C 1D 14B 4C 29
Octal 266 31 146 0 126 54 35 513 114 51
Binary 10110110 11001 1100110 0 1010110 101100 11101 101001011 1001100 101001

Color Harmonies of #B61966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61966

Black with #B61966

Text Example


Text Example

White with #B61966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61966; }

 p { color: rgb(182,25,102); }

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

background-color css

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

 a { background-color: rgb(182,25,102); }

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

border-color css

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

 span { border-color: rgb(182,25,102); }

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