Html Css Color HEX #B61B60 Jazzberry Jam

📋 copy color: '#B61B60'

red 182 ◦ green 27 ◦ blue 96

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

Shades of Jazzberry Jam #B61B60

Tints of Jazzberry Jam #B61B60

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.85%

 BLUE value IS 96 (37.89% from 255) = 31.48%

R = 59.67%
G = 8.85%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.47

 K value IS 0.29

RGB Variations

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

Color information

#B61B60 (or 0xB61B60) is known color: Jazzberry Jam. HEX triplet: B6, 1B and 60. RGB value is (182,27,96). Sum of RGB (Red+Green+Blue) = 182+27+96=305 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.67% from 305); Green value is 27 (10.94% from 255 or 8.85% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 182 - color contains mainly: red. Hex color #B61B60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B61B60 is #49E49F. Grayscale: #515151. Windows color (decimal): -4842656 or 6298550. OLE color: 6298550.

HSL color Cylindrical-coordinate representation of color #B61B60: hue angle of 333.29º degrees, saturation: 0.74, 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 #B61B60 is Cyan = 0, Magento = 0.85, Yellow = 0.47 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 27 96 -
CMYK 0 0.85 0.47 0.29
HSL 333.29º 0.74% 0.41% -
HSV(B) 333.29º 0.85% 0.71% -
XYZ 21.79 11.57 12.15 -
YUV 81.21 136.35 199.89 -
System Red Green Blue C M Y K H S L
Decimal 182 27 96 0 0.85 0.47 0.29 333.29 0.74 0.41
Hex B6 1B 60 0 55 2F 1D 14D 4A 29
Octal 266 33 140 0 125 57 35 515 112 51
Binary 10110110 11011 1100000 0 1010101 101111 11101 101001101 1001010 101001

Color Harmonies of #B61B60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B61B60

Black with #B61B60

Text Example


Text Example

White with #B61B60

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B61B60; }

 p { color: rgb(182,27,96); }

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

background-color css

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

 a { background-color: rgb(182,27,96); }

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

border-color css

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

 span { border-color: rgb(182,27,96); }

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