Html Css Color HEX #B7026A Jazzberry Jam

📋 copy color: '#B7026A'

red 183 ◦ green 2 ◦ blue 106

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

Shades of Jazzberry Jam #B7026A

Tints of Jazzberry Jam #B7026A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 36.43%

R = 62.89%
G = 0.69%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#B7026A (or 0xB7026A) is known color: Jazzberry Jam. HEX triplet: B7, 02 and 6A. RGB value is (183,2,106). Sum of RGB (Red+Green+Blue) = 183+2+106=291 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.89% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 183 - color contains mainly: red. Hex color #B7026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B7026A is #48FD95. Grayscale: #434343. Windows color (decimal): -4783510 or 6947511. OLE color: 6947511.

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

Color convert

RGB 183 2 106 -
CMYK 0 0.99 0.42 0.28
HSL 325.52º 0.98% 0.36% -
HSV(B) 325.52º 0.99% 0.72% -
XYZ 22.15 11.15 14.62 -
YUV 67.98 149.47 210.04 -
System Red Green Blue C M Y K H S L
Decimal 183 2 106 0 0.99 0.42 0.28 325.52 0.98 0.36
Hex B7 2 6A 0 63 2A 1C 146 62 24
Octal 267 2 152 0 143 52 34 506 142 44
Binary 10110111 10 1101010 0 1100011 101010 11100 101000110 1100010 100100

Color Harmonies of #B7026A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7026A

Black with #B7026A

Text Example


Text Example

White with #B7026A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7026A; }

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

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

background-color css

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

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

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

border-color css

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

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

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