Html Css Color HEX #B81262 Jazzberry Jam

📋 copy color: '#B81262'

red 184 ◦ green 18 ◦ blue 98

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

Shades of Jazzberry Jam #B81262

Tints of Jazzberry Jam #B81262

RGB

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

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

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

R = 61.33%
G = 6%
B = 32.67%

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

#B81262 (or 0xB81262) is known color: Jazzberry Jam. HEX triplet: B8, 12 and 62. RGB value is (184,18,98). Sum of RGB (Red+Green+Blue) = 184+18+98=300 (39% of max value = 765). Red value is 184 (72.27% from 255 or 61.33% from 300); Green value is 18 (7.42% from 255 or 6% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 184 - color contains mainly: red. Hex color #B81262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81262 is #47ED9D. Grayscale: #4C4C4C. Windows color (decimal): -4713886 or 6427320. OLE color: 6427320.

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

Color convert

RGB 184 18 98 -
CMYK 0 0.90 0.47 0.28
HSL 331.08º 0.82% 0.4% -
HSV(B) 331.08º 0.9% 0.72% -
XYZ 22.19 11.5 12.61 -
YUV 76.75 140 204.5 -
System Red Green Blue C M Y K H S L
Decimal 184 18 98 0 0.90 0.47 0.28 331.08 0.82 0.4
Hex B8 12 62 0 5A 2F 1C 14B 52 28
Octal 270 22 142 0 132 57 34 513 122 50
Binary 10111000 10010 1100010 0 1011010 101111 11100 101001011 1010010 101000

Color Harmonies of #B81262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81262

Black with #B81262

Text Example


Text Example

White with #B81262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81262; }

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

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

background-color css

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

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

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

border-color css

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

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

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