Html Css Color HEX #B10963 Jazzberry Jam

📋 copy color: '#B10963'

red 177 ◦ green 9 ◦ blue 99

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

Shades of Jazzberry Jam #B10963

Tints of Jazzberry Jam #B10963

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.16%

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

R = 62.11%
G = 3.16%
B = 34.74%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B10963 (or 0xB10963) is known color: Jazzberry Jam. HEX triplet: B1, 09 and 63. RGB value is (177,9,99). Sum of RGB (Red+Green+Blue) = 177+9+99=285 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.11% from 285); Green value is 9 (3.91% from 255 or 3.16% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 177 - color contains mainly: red. Hex color #B10963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10963 is #4EF69C. Grayscale: #454545. Windows color (decimal): -5174941 or 6490545. OLE color: 6490545.

HSL color Cylindrical-coordinate representation of color #B10963: hue angle of 327.86º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B10963 is Cyan = 0, Magento = 0.95, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 9 99 -
CMYK 0 0.95 0.44 0.31
HSL 327.86º 0.9% 0.36% -
HSV(B) 327.86º 0.95% 0.69% -
XYZ 20.48 10.44 12.74 -
YUV 69.49 144.66 204.68 -
System Red Green Blue C M Y K H S L
Decimal 177 9 99 0 0.95 0.44 0.31 327.86 0.9 0.36
Hex B1 9 63 0 5F 2C 1F 148 5A 24
Octal 261 11 143 0 137 54 37 510 132 44
Binary 10110001 1001 1100011 0 1011111 101100 11111 101001000 1011010 100100

Color Harmonies of #B10963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10963

Black with #B10963

Text Example


Text Example

White with #B10963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10963; }

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

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

background-color css

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

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

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

border-color css

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

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

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