Html Css Color HEX #B01862 Jazzberry Jam

📋 copy color: '#B01862'

red 176 ◦ green 24 ◦ blue 98

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

Shades of Jazzberry Jam #B01862

Tints of Jazzberry Jam #B01862

RGB

 RED value IS 176 (69.14% from 255) = 59.06%

 GREEN value IS 24 (9.77% from 255) = 8.05%

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

R = 59.06%
G = 8.05%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.44

 K value IS 0.31

RGB Variations

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

Color information

#B01862 (or 0xB01862) is known color: Jazzberry Jam. HEX triplet: B0, 18 and 62. RGB value is (176,24,98). Sum of RGB (Red+Green+Blue) = 176+24+98=298 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.06% from 298); Green value is 24 (9.77% from 255 or 8.05% from 298); Blue value is 98 (38.67% from 255 or 32.89% from 298); Max value from RGB is 176 - color contains mainly: red. Hex color #B01862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01862 is #4FE79D. Grayscale: #4D4D4D. Windows color (decimal): -5236638 or 6428848. OLE color: 6428848.

HSL color Cylindrical-coordinate representation of color #B01862: hue angle of 330.79º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B01862 is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 24 98 -
CMYK 0 0.86 0.44 0.31
HSL 330.79º 0.76% 0.39% -
HSV(B) 330.79º 0.86% 0.69% -
XYZ 20.44 10.77 12.56 -
YUV 77.88 139.36 197.98 -
System Red Green Blue C M Y K H S L
Decimal 176 24 98 0 0.86 0.44 0.31 330.79 0.76 0.39
Hex B0 18 62 0 56 2C 1F 14B 4C 27
Octal 260 30 142 0 126 54 37 513 114 47
Binary 10110000 11000 1100010 0 1010110 101100 11111 101001011 1001100 100111

Color Harmonies of #B01862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01862

Black with #B01862

Text Example


Text Example

White with #B01862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01862; }

 p { color: rgb(176,24,98); }

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

background-color css

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

 a { background-color: rgb(176,24,98); }

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

border-color css

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

 span { border-color: rgb(176,24,98); }

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