Html Css Color HEX #B81260 Jazzberry Jam

📋 copy color: '#B81260'

red 184 ◦ green 18 ◦ blue 96

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

Shades of Jazzberry Jam #B81260

Tints of Jazzberry Jam #B81260

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.04%

 BLUE value IS 96 (37.89% from 255) = 32.21%

R = 61.74%
G = 6.04%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.48

 K value IS 0.28

RGB Variations

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

Color information

#B81260 (or 0xB81260) is known color: Jazzberry Jam. HEX triplet: B8, 12 and 60. RGB value is (184,18,96). Sum of RGB (Red+Green+Blue) = 184+18+96=298 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.74% from 298); Green value is 18 (7.42% from 255 or 6.04% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 184 - color contains mainly: red. Hex color #B81260 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81260 is #47ED9F. Grayscale: #4C4C4C. Windows color (decimal): -4713888 or 6296248. OLE color: 6296248.

HSL color Cylindrical-coordinate representation of color #B81260: hue angle of 331.81º degrees, saturation: 0.82, 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 #B81260 is Cyan = 0, Magento = 0.90, Yellow = 0.48 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 96 -
CMYK 0 0.90 0.48 0.28
HSL 331.81º 0.82% 0.4% -
HSV(B) 331.81º 0.9% 0.72% -
XYZ 22.09 11.47 12.12 -
YUV 76.53 139 204.66 -
System Red Green Blue C M Y K H S L
Decimal 184 18 96 0 0.90 0.48 0.28 331.81 0.82 0.4
Hex B8 12 60 0 5A 30 1C 14C 52 28
Octal 270 22 140 0 132 60 34 514 122 50
Binary 10111000 10010 1100000 0 1011010 110000 11100 101001100 1010010 101000

Color Harmonies of #B81260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81260

Black with #B81260

Text Example


Text Example

White with #B81260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81260; }

 p { color: rgb(184,18,96); }

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

background-color css

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

 a { background-color: rgb(184,18,96); }

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

border-color css

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

 span { border-color: rgb(184,18,96); }

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