Html Css Color HEX #B12062 Jazzberry Jam

📋 copy color: '#B12062'

red 177 ◦ green 32 ◦ blue 98

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

Shades of Jazzberry Jam #B12062

Tints of Jazzberry Jam #B12062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 31.92%

R = 57.65%
G = 10.42%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.45

 K value IS 0.31

RGB Variations

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

Color information

#B12062 (or 0xB12062) is known color: Jazzberry Jam. HEX triplet: B1, 20 and 62. RGB value is (177,32,98). Sum of RGB (Red+Green+Blue) = 177+32+98=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 98 (38.67% from 255 or 31.92% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B12062 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12062 is #4EDF9D. Grayscale: #525252. Windows color (decimal): -5169054 or 6430897. OLE color: 6430897.

HSL color Cylindrical-coordinate representation of color #B12062: hue angle of 332.69º 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 #B12062 is Cyan = 0, Magento = 0.82, Yellow = 0.45 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 98 -
CMYK 0 0.82 0.45 0.31
HSL 332.69º 0.69% 0.41% -
HSV(B) 332.69º 0.82% 0.69% -
XYZ 20.85 11.26 12.63 -
YUV 82.88 136.54 195.13 -
System Red Green Blue C M Y K H S L
Decimal 177 32 98 0 0.82 0.45 0.31 332.69 0.69 0.41
Hex B1 20 62 0 52 2D 1F 14D 45 29
Octal 261 40 142 0 122 55 37 515 105 51
Binary 10110001 100000 1100010 0 1010010 101101 11111 101001101 1000101 101001

Color Harmonies of #B12062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12062

Black with #B12062

Text Example


Text Example

White with #B12062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12062; }

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

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

background-color css

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

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

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

border-color css

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

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

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