Html Css Color HEX #B2086B Jazzberry Jam

📋 copy color: '#B2086B'

red 178 ◦ green 8 ◦ blue 107

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

Shades of Jazzberry Jam #B2086B

Tints of Jazzberry Jam #B2086B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.73%

 BLUE value IS 107 (42.19% from 255) = 36.52%

R = 60.75%
G = 2.73%
B = 36.52%

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

#B2086B (or 0xB2086B) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 6B. RGB value is (178,8,107). Sum of RGB (Red+Green+Blue) = 178+8+107=293 (38% of max value = 765). Red value is 178 (69.92% from 255 or 60.75% from 293); Green value is 8 (3.52% from 255 or 2.73% from 293); Blue value is 107 (42.19% from 255 or 36.52% from 293); Max value from RGB is 178 - color contains mainly: red. Hex color #B2086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2086B is #4DF794. Grayscale: #454545. Windows color (decimal): -5109653 or 7014578. OLE color: 7014578.

HSL color Cylindrical-coordinate representation of color #B2086B: hue angle of 325.06º degrees, saturation: 0.91, 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 #B2086B is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 8 107 -
CMYK 0 0.96 0.40 0.30
HSL 325.06º 0.91% 0.36% -
HSV(B) 325.06º 0.96% 0.7% -
XYZ 21.1 10.7 14.86 -
YUV 70.12 148.82 204.95 -
System Red Green Blue C M Y K H S L
Decimal 178 8 107 0 0.96 0.40 0.30 325.06 0.91 0.36
Hex B2 8 6B 0 60 28 1E 145 5B 24
Octal 262 10 153 0 140 50 36 505 133 44
Binary 10110010 1000 1101011 0 1100000 101000 11110 101000101 1011011 100100

Color Harmonies of #B2086B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2086B

Black with #B2086B

Text Example


Text Example

White with #B2086B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2086B; }

 p { color: rgb(178,8,107); }

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

background-color css

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

 a { background-color: rgb(178,8,107); }

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

border-color css

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

 span { border-color: rgb(178,8,107); }

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