Html Css Color HEX #B61151 Jazzberry Jam

📋 copy color: '#B61151'

red 182 ◦ green 17 ◦ blue 81

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

Shades of Jazzberry Jam #B61151

Tints of Jazzberry Jam #B61151

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 28.93%

R = 65%
G = 6.07%
B = 28.93%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.55

 K value IS 0.29

RGB Variations

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

Color information

#B61151 (or 0xB61151) is known color: Jazzberry Jam. HEX triplet: B6, 11 and 51. RGB value is (182,17,81). Sum of RGB (Red+Green+Blue) = 182+17+81=280 (37% of max value = 765). Red value is 182 (71.48% from 255 or 65% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 81 (32.03% from 255 or 28.93% from 280); Max value from RGB is 182 - color contains mainly: red. Hex color #B61151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B61151 is #49EEAE. Grayscale: #494949. Windows color (decimal): -4845231 or 5312950. OLE color: 5312950.

HSL color Cylindrical-coordinate representation of color #B61151: hue angle of 336.73º 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 #B61151 is Cyan = 0, Magento = 0.91, Yellow = 0.55 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 17 81 -
CMYK 0 0.91 0.55 0.29
HSL 336.73º 0.83% 0.39% -
HSV(B) 336.73º 0.91% 0.71% -
XYZ 20.98 10.94 8.79 -
YUV 73.63 132.16 205.3 -
System Red Green Blue C M Y K H S L
Decimal 182 17 81 0 0.91 0.55 0.29 336.73 0.83 0.39
Hex B6 11 51 0 5B 37 1D 151 53 27
Octal 266 21 121 0 133 67 35 521 123 47
Binary 10110110 10001 1010001 0 1011011 110111 11101 101010001 1010011 100111

Color Harmonies of #B61151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61151

Black with #B61151

Text Example


Text Example

White with #B61151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61151; }

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

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

background-color css

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

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

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

border-color css

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

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

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