Html Css Color HEX #B70262 Jazzberry Jam

📋 copy color: '#B70262'

red 183 ◦ green 2 ◦ blue 98

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

Shades of Jazzberry Jam #B70262

Tints of Jazzberry Jam #B70262

RGB

 RED value IS 183 (71.88% from 255) = 64.66%

 GREEN value IS 2 (1.17% from 255) = 0.71%

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

R = 64.66%
G = 0.71%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.46

 K value IS 0.28

RGB Variations

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

Color information

#B70262 (or 0xB70262) is known color: Jazzberry Jam. HEX triplet: B7, 02 and 62. RGB value is (183,2,98). Sum of RGB (Red+Green+Blue) = 183+2+98=283 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.66% from 283); Green value is 2 (1.17% from 255 or 0.71% from 283); Blue value is 98 (38.67% from 255 or 34.63% from 283); Max value from RGB is 183 - color contains mainly: red. Hex color #B70262 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B70262 is #48FD9D. Grayscale: #424242. Windows color (decimal): -4783518 or 6423223. OLE color: 6423223.

HSL color Cylindrical-coordinate representation of color #B70262: hue angle of 328.18º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B70262 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 2 98 -
CMYK 0 0.99 0.46 0.28
HSL 328.18º 0.98% 0.36% -
HSV(B) 328.18º 0.99% 0.72% -
XYZ 21.75 10.99 12.53 -
YUV 67.06 145.47 210.69 -
System Red Green Blue C M Y K H S L
Decimal 183 2 98 0 0.99 0.46 0.28 328.18 0.98 0.36
Hex B7 2 62 0 63 2E 1C 148 62 24
Octal 267 2 142 0 143 56 34 510 142 44
Binary 10110111 10 1100010 0 1100011 101110 11100 101001000 1100010 100100

Color Harmonies of #B70262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B70262

Black with #B70262

Text Example


Text Example

White with #B70262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B70262; }

 p { color: rgb(183,2,98); }

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

background-color css

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

 a { background-color: rgb(183,2,98); }

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

border-color css

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

 span { border-color: rgb(183,2,98); }

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