Html Css Color HEX #B12365 Jazzberry Jam

📋 copy color: '#B12365'

red 177 ◦ green 35 ◦ blue 101

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

Shades of Jazzberry Jam #B12365

Tints of Jazzberry Jam #B12365

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.18%

 BLUE value IS 101 (39.84% from 255) = 32.27%

R = 56.55%
G = 11.18%
B = 32.27%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.43

 K value IS 0.31

RGB Variations

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

Color information

#B12365 (or 0xB12365) is known color: Jazzberry Jam. HEX triplet: B1, 23 and 65. RGB value is (177,35,101). Sum of RGB (Red+Green+Blue) = 177+35+101=313 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.55% from 313); Green value is 35 (14.06% from 255 or 11.18% from 313); Blue value is 101 (39.84% from 255 or 32.27% from 313); Max value from RGB is 177 - color contains mainly: red. Hex color #B12365 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12365 is #4EDC9A. Grayscale: #545454. Windows color (decimal): -5168283 or 6628273. OLE color: 6628273.

HSL color Cylindrical-coordinate representation of color #B12365: hue angle of 332.11º degrees, saturation: 0.67, 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 #B12365 is Cyan = 0, Magento = 0.80, Yellow = 0.43 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 101 -
CMYK 0 0.80 0.43 0.31
HSL 332.11º 0.67% 0.42% -
HSV(B) 332.11º 0.8% 0.69% -
XYZ 21.08 11.49 13.42 -
YUV 84.98 137.04 193.63 -
System Red Green Blue C M Y K H S L
Decimal 177 35 101 0 0.80 0.43 0.31 332.11 0.67 0.42
Hex B1 23 65 0 50 2B 1F 14C 43 2A
Octal 261 43 145 0 120 53 37 514 103 52
Binary 10110001 100011 1100101 0 1010000 101011 11111 101001100 1000011 101010

Color Harmonies of #B12365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12365

Black with #B12365

Text Example


Text Example

White with #B12365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12365; }

 p { color: rgb(177,35,101); }

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

background-color css

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

 a { background-color: rgb(177,35,101); }

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

border-color css

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

 span { border-color: rgb(177,35,101); }

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