Html Css Color HEX #B12060 Jazzberry Jam

📋 copy color: '#B12060'

red 177 ◦ green 32 ◦ blue 96

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

Shades of Jazzberry Jam #B12060

Tints of Jazzberry Jam #B12060

RGB

 RED value IS 177 (69.53% from 255) = 58.03%

 GREEN value IS 32 (12.89% from 255) = 10.49%

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

R = 58.03%
G = 10.49%
B = 31.48%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B12060 (or 0xB12060) is known color: Jazzberry Jam. HEX triplet: B1, 20 and 60. RGB value is (177,32,96). Sum of RGB (Red+Green+Blue) = 177+32+96=305 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.03% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 96 (37.89% from 255 or 31.48% from 305); Max value from RGB is 177 - color contains mainly: red. Hex color #B12060 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12060 is #4EDF9F. Grayscale: #525252. Windows color (decimal): -5169056 or 6299825. OLE color: 6299825.

HSL color Cylindrical-coordinate representation of color #B12060: hue angle of 333.52º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12060 is Cyan = 0, Magento = 0.82, Yellow = 0.46 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 96 -
CMYK 0 0.82 0.46 0.31
HSL 333.52º 0.69% 0.41% -
HSV(B) 333.52º 0.82% 0.69% -
XYZ 20.76 11.22 12.14 -
YUV 82.65 135.54 195.3 -
System Red Green Blue C M Y K H S L
Decimal 177 32 96 0 0.82 0.46 0.31 333.52 0.69 0.41
Hex B1 20 60 0 52 2E 1F 14E 45 29
Octal 261 40 140 0 122 56 37 516 105 51
Binary 10110001 100000 1100000 0 1010010 101110 11111 101001110 1000101 101001

Color Harmonies of #B12060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12060

Black with #B12060

Text Example


Text Example

White with #B12060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12060; }

 p { color: rgb(177,32,96); }

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

background-color css

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

 a { background-color: rgb(177,32,96); }

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

border-color css

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

 span { border-color: rgb(177,32,96); }

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