Html Css Color HEX #B81462 Jazzberry Jam

📋 copy color: '#B81462'

red 184 ◦ green 20 ◦ blue 98

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

Shades of Jazzberry Jam #B81462

Tints of Jazzberry Jam #B81462

RGB

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

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

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

R = 60.93%
G = 6.62%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#B81462 (or 0xB81462) is known color: Jazzberry Jam. HEX triplet: B8, 14 and 62. RGB value is (184,20,98). Sum of RGB (Red+Green+Blue) = 184+20+98=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 20 (8.20% from 255 or 6.62% from 302); Blue value is 98 (38.67% from 255 or 32.45% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B81462 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81462 is #47EB9D. Grayscale: #4D4D4D. Windows color (decimal): -4713374 or 6427832. OLE color: 6427832.

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

Color convert

RGB 184 20 98 -
CMYK 0 0.89 0.47 0.28
HSL 331.46º 0.8% 0.4% -
HSV(B) 331.46º 0.89% 0.72% -
XYZ 22.22 11.57 12.62 -
YUV 77.93 139.33 203.66 -
System Red Green Blue C M Y K H S L
Decimal 184 20 98 0 0.89 0.47 0.28 331.46 0.8 0.4
Hex B8 14 62 0 59 2F 1C 14B 50 28
Octal 270 24 142 0 131 57 34 513 120 50
Binary 10111000 10100 1100010 0 1011001 101111 11100 101001011 1010000 101000

Color Harmonies of #B81462

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81462

Black with #B81462

Text Example


Text Example

White with #B81462

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81462; }

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

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

background-color css

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

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

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

border-color css

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

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

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