Html Css Color HEX #B91462 Jazzberry Jam

📋 copy color: '#B91462'

red 185 ◦ green 20 ◦ blue 98

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

Shades of Jazzberry Jam #B91462

Tints of Jazzberry Jam #B91462

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.6%

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 61.06%
G = 6.6%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.27

RGB Variations

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

Color information

#B91462 (or 0xB91462) is known color: Jazzberry Jam. HEX triplet: B9, 14 and 62. RGB value is (185,20,98). Sum of RGB (Red+Green+Blue) = 185+20+98=303 (40% of max value = 765). Red value is 185 (72.66% from 255 or 61.06% from 303); Green value is 20 (8.20% from 255 or 6.60% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 185 - color contains mainly: red. Hex color #B91462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B91462 is #46EB9D. Grayscale: #4E4E4E. Windows color (decimal): -4647838 or 6427833. OLE color: 6427833.

HSL color Cylindrical-coordinate representation of color #B91462: hue angle of 331.64º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B91462 is Cyan = 0, Magento = 0.89, Yellow = 0.47 and Black (K on CMYK) = 0.27.

Color convert

RGB 185 20 98 -
CMYK 0 0.89 0.47 0.27
HSL 331.64º 0.8% 0.4% -
HSV(B) 331.64º 0.89% 0.73% -
XYZ 22.46 11.7 12.63 -
YUV 78.23 139.16 204.16 -
System Red Green Blue C M Y K H S L
Decimal 185 20 98 0 0.89 0.47 0.27 331.64 0.8 0.4
Hex B9 14 62 0 59 2F 1B 14C 50 28
Octal 271 24 142 0 131 57 33 514 120 50
Binary 10111001 10100 1100010 0 1011001 101111 11011 101001100 1010000 101000

Color Harmonies of #B91462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B91462

Black with #B91462

Text Example


Text Example

White with #B91462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B91462; }

 p { color: rgb(185,20,98); }

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

background-color css

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

 a { background-color: rgb(185,20,98); }

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

border-color css

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

 span { border-color: rgb(185,20,98); }

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