Html Css Color HEX #B91763 Jazzberry Jam

📋 copy color: '#B91763'

red 185 ◦ green 23 ◦ blue 99

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

Shades of Jazzberry Jam #B91763

Tints of Jazzberry Jam #B91763

RGB

 RED value IS 185 (72.66% from 255) = 60.26%

 GREEN value IS 23 (9.38% from 255) = 7.49%

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

R = 60.26%
G = 7.49%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.46

 K value IS 0.27

RGB Variations

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

Color information

#B91763 (or 0xB91763) is known color: Jazzberry Jam. HEX triplet: B9, 17 and 63. RGB value is (185,23,99). Sum of RGB (Red+Green+Blue) = 185+23+99=307 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.26% from 307); Green value is 23 (9.38% from 255 or 7.49% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 185 - color contains mainly: red. Hex color #B91763 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91763 is #46E89C. Grayscale: #4F4F4F. Windows color (decimal): -4647069 or 6494137. OLE color: 6494137.

HSL color Cylindrical-coordinate representation of color #B91763: hue angle of 331.85º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B91763 is Cyan = 0, Magento = 0.88, Yellow = 0.46 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 23 99 -
CMYK 0 0.88 0.46 0.27
HSL 331.85º 0.78% 0.41% -
HSV(B) 331.85º 0.88% 0.73% -
XYZ 22.57 11.83 12.9 -
YUV 80.1 138.67 202.82 -
System Red Green Blue C M Y K H S L
Decimal 185 23 99 0 0.88 0.46 0.27 331.85 0.78 0.41
Hex B9 17 63 0 58 2E 1B 14C 4E 29
Octal 271 27 143 0 130 56 33 514 116 51
Binary 10111001 10111 1100011 0 1011000 101110 11011 101001100 1001110 101001

Color Harmonies of #B91763

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91763

Black with #B91763

Text Example


Text Example

White with #B91763

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91763; }

 p { color: rgb(185,23,99); }

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

background-color css

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

 a { background-color: rgb(185,23,99); }

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

border-color css

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

 span { border-color: rgb(185,23,99); }

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