Html Css Color HEX #B12463 Jazzberry Jam

📋 copy color: '#B12463'

red 177 ◦ green 36 ◦ blue 99

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

Shades of Jazzberry Jam #B12463

Tints of Jazzberry Jam #B12463

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 31.73%

R = 56.73%
G = 11.54%
B = 31.73%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B12463 (or 0xB12463) is known color: Jazzberry Jam. HEX triplet: B1, 24 and 63. RGB value is (177,36,99). Sum of RGB (Red+Green+Blue) = 177+36+99=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 99 (39.06% from 255 or 31.73% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B12463 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B12463 is #4EDB9C. Grayscale: #555555. Windows color (decimal): -5168029 or 6497457. OLE color: 6497457.

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

Color convert

RGB 177 36 99 -
CMYK 0 0.80 0.44 0.31
HSL 333.19º 0.66% 0.42% -
HSV(B) 333.19º 0.8% 0.69% -
XYZ 21.01 11.51 12.92 -
YUV 85.34 135.71 193.38 -
System Red Green Blue C M Y K H S L
Decimal 177 36 99 0 0.80 0.44 0.31 333.19 0.66 0.42
Hex B1 24 63 0 50 2C 1F 14D 42 2A
Octal 261 44 143 0 120 54 37 515 102 52
Binary 10110001 100100 1100011 0 1010000 101100 11111 101001101 1000010 101010

Color Harmonies of #B12463

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12463

Black with #B12463

Text Example


Text Example

White with #B12463

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12463; }

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

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

background-color css

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

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

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

border-color css

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

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

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