Html Css Color HEX #B81362 Jazzberry Jam

📋 copy color: '#B81362'

red 184 ◦ green 19 ◦ blue 98

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

Shades of Jazzberry Jam #B81362

Tints of Jazzberry Jam #B81362

RGB

 RED value IS 184 (72.27% from 255) = 61.13%

 GREEN value IS 19 (7.81% from 255) = 6.31%

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

R = 61.13%
G = 6.31%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B81362 (or 0xB81362) is known color: Jazzberry Jam. HEX triplet: B8, 13 and 62. RGB value is (184,19,98). Sum of RGB (Red+Green+Blue) = 184+19+98=301 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.13% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 98 (38.67% from 255 or 32.56% from 301); Max value from RGB is 184 - color contains mainly: red. Hex color #B81362 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81362 is #47EC9D. Grayscale: #4D4D4D. Windows color (decimal): -4713630 or 6427576. OLE color: 6427576.

HSL color Cylindrical-coordinate representation of color #B81362: hue angle of 331.27º degrees, saturation: 0.81, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81362 is Cyan = 0, Magento = 0.90, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 19 98 -
CMYK 0 0.90 0.47 0.28
HSL 331.27º 0.81% 0.4% -
HSV(B) 331.27º 0.9% 0.72% -
XYZ 22.2 11.54 12.61 -
YUV 77.34 139.66 204.08 -
System Red Green Blue C M Y K H S L
Decimal 184 19 98 0 0.90 0.47 0.28 331.27 0.81 0.4
Hex B8 13 62 0 5A 2F 1C 14B 51 28
Octal 270 23 142 0 132 57 34 513 121 50
Binary 10111000 10011 1100010 0 1011010 101111 11100 101001011 1010001 101000

Color Harmonies of #B81362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81362

Black with #B81362

Text Example


Text Example

White with #B81362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81362; }

 p { color: rgb(184,19,98); }

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

background-color css

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

 a { background-color: rgb(184,19,98); }

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

border-color css

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

 span { border-color: rgb(184,19,98); }

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