Html Css Color HEX #B2076A Jazzberry Jam

📋 copy color: '#B2076A'

red 178 ◦ green 7 ◦ blue 106

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

Shades of Jazzberry Jam #B2076A

Tints of Jazzberry Jam #B2076A

RGB

 RED value IS 178 (69.92% from 255) = 61.17%

 GREEN value IS 7 (3.13% from 255) = 2.41%

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

R = 61.17%
G = 2.41%
B = 36.43%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2076A (or 0xB2076A) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 6A. RGB value is (178,7,106). Sum of RGB (Red+Green+Blue) = 178+7+106=291 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.17% from 291); Green value is 7 (3.12% from 255 or 2.41% from 291); Blue value is 106 (41.80% from 255 or 36.43% from 291); Max value from RGB is 178 - color contains mainly: red. Hex color #B2076A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2076A is #4DF895. Grayscale: #454545. Windows color (decimal): -5109910 or 6948786. OLE color: 6948786.

HSL color Cylindrical-coordinate representation of color #B2076A: hue angle of 325.26º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B2076A is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 7 106 -
CMYK 0 0.96 0.40 0.30
HSL 325.26º 0.92% 0.36% -
HSV(B) 325.26º 0.96% 0.7% -
XYZ 21.04 10.66 14.58 -
YUV 69.42 148.65 205.45 -
System Red Green Blue C M Y K H S L
Decimal 178 7 106 0 0.96 0.40 0.30 325.26 0.92 0.36
Hex B2 7 6A 0 60 28 1E 145 5C 24
Octal 262 7 152 0 140 50 36 505 134 44
Binary 10110010 111 1101010 0 1100000 101000 11110 101000101 1011100 100100

Color Harmonies of #B2076A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2076A

Black with #B2076A

Text Example


Text Example

White with #B2076A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2076A; }

 p { color: rgb(178,7,106); }

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

background-color css

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

 a { background-color: rgb(178,7,106); }

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

border-color css

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

 span { border-color: rgb(178,7,106); }

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