Html Css Color HEX #B12460 Jazzberry Jam

📋 copy color: '#B12460'

red 177 ◦ green 36 ◦ blue 96

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

Shades of Jazzberry Jam #B12460

Tints of Jazzberry Jam #B12460

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.65%

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

R = 57.28%
G = 11.65%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.46

 K value IS 0.31

RGB Variations

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

Color information

#B12460 (or 0xB12460) is known color: Jazzberry Jam. HEX triplet: B1, 24 and 60. RGB value is (177,36,96). Sum of RGB (Red+Green+Blue) = 177+36+96=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 36 (14.45% from 255 or 11.65% from 309); Blue value is 96 (37.89% from 255 or 31.07% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B12460 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12460 is #4EDB9F. Grayscale: #545454. Windows color (decimal): -5168032 or 6300849. OLE color: 6300849.

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

Color convert

RGB 177 36 96 -
CMYK 0 0.80 0.46 0.31
HSL 334.47º 0.66% 0.42% -
HSV(B) 334.47º 0.8% 0.69% -
XYZ 20.87 11.45 12.18 -
YUV 85 134.21 193.62 -
System Red Green Blue C M Y K H S L
Decimal 177 36 96 0 0.80 0.46 0.31 334.47 0.66 0.42
Hex B1 24 60 0 50 2E 1F 14E 42 2A
Octal 261 44 140 0 120 56 37 516 102 52
Binary 10110001 100100 1100000 0 1010000 101110 11111 101001110 1000010 101010

Color Harmonies of #B12460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12460

Black with #B12460

Text Example


Text Example

White with #B12460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12460; }

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

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

background-color css

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

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

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

border-color css

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

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

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