Html Css Color HEX #B61159 Jazzberry Jam

📋 copy color: '#B61159'

red 182 ◦ green 17 ◦ blue 89

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

Shades of Jazzberry Jam #B61159

Tints of Jazzberry Jam #B61159

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.9%

 BLUE value IS 89 (35.16% from 255) = 30.9%

R = 63.19%
G = 5.9%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.51

 K value IS 0.29

RGB Variations

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

Color information

#B61159 (or 0xB61159) is known color: Jazzberry Jam. HEX triplet: B6, 11 and 59. RGB value is (182,17,89). Sum of RGB (Red+Green+Blue) = 182+17+89=288 (38% of max value = 765). Red value is 182 (71.48% from 255 or 63.19% from 288); Green value is 17 (7.03% from 255 or 5.90% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 182 - color contains mainly: red. Hex color #B61159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61159 is #49EEA6. Grayscale: #4A4A4A. Windows color (decimal): -4845223 or 5837238. OLE color: 5837238.

HSL color Cylindrical-coordinate representation of color #B61159: hue angle of 333.82º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B61159 is Cyan = 0, Magento = 0.91, Yellow = 0.51 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 17 89 -
CMYK 0 0.91 0.51 0.29
HSL 333.82º 0.83% 0.39% -
HSV(B) 333.82º 0.91% 0.71% -
XYZ 21.3 11.07 10.47 -
YUV 74.54 136.16 204.65 -
System Red Green Blue C M Y K H S L
Decimal 182 17 89 0 0.91 0.51 0.29 333.82 0.83 0.39
Hex B6 11 59 0 5B 33 1D 14E 53 27
Octal 266 21 131 0 133 63 35 516 123 47
Binary 10110110 10001 1011001 0 1011011 110011 11101 101001110 1010011 100111

Color Harmonies of #B61159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61159

Black with #B61159

Text Example


Text Example

White with #B61159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61159; }

 p { color: rgb(182,17,89); }

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

background-color css

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

 a { background-color: rgb(182,17,89); }

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

border-color css

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

 span { border-color: rgb(182,17,89); }

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