Html Css Color HEX #B12160 Jazzberry Jam

📋 copy color: '#B12160'

red 177 ◦ green 33 ◦ blue 96

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

Shades of Jazzberry Jam #B12160

Tints of Jazzberry Jam #B12160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.78%

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

R = 57.84%
G = 10.78%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B12160 (or 0xB12160) is known color: Jazzberry Jam. HEX triplet: B1, 21 and 60. RGB value is (177,33,96). Sum of RGB (Red+Green+Blue) = 177+33+96=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 33 (13.28% from 255 or 10.78% from 306); Blue value is 96 (37.89% from 255 or 31.37% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B12160 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12160 is #4EDE9F. Grayscale: #535353. Windows color (decimal): -5168800 or 6300081. OLE color: 6300081.

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

Color convert

RGB 177 33 96 -
CMYK 0 0.81 0.46 0.31
HSL 333.75º 0.69% 0.41% -
HSV(B) 333.75º 0.81% 0.69% -
XYZ 20.79 11.28 12.15 -
YUV 83.24 135.21 194.88 -
System Red Green Blue C M Y K H S L
Decimal 177 33 96 0 0.81 0.46 0.31 333.75 0.69 0.41
Hex B1 21 60 0 51 2E 1F 14E 45 29
Octal 261 41 140 0 121 56 37 516 105 51
Binary 10110001 100001 1100000 0 1010001 101110 11111 101001110 1000101 101001

Color Harmonies of #B12160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12160

Black with #B12160

Text Example


Text Example

White with #B12160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12160; }

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

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

background-color css

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

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

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

border-color css

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

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

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