Html Css Color HEX #B2085B Jazzberry Jam

📋 copy color: '#B2085B'

red 178 ◦ green 8 ◦ blue 91

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

Shades of Jazzberry Jam #B2085B

Tints of Jazzberry Jam #B2085B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 64.26%
G = 2.89%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2085B (or 0xB2085B) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 5B. RGB value is (178,8,91). Sum of RGB (Red+Green+Blue) = 178+8+91=277 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.26% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 178 - color contains mainly: red. Hex color #B2085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2085B is #4DF7A4. Grayscale: #444444. Windows color (decimal): -5109669 or 5966002. OLE color: 5966002.

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

Color convert

RGB 178 8 91 -
CMYK 0 0.96 0.49 0.30
HSL 330.71º 0.91% 0.36% -
HSV(B) 330.71º 0.96% 0.7% -
XYZ 20.34 10.39 10.83 -
YUV 68.29 140.82 206.25 -
System Red Green Blue C M Y K H S L
Decimal 178 8 91 0 0.96 0.49 0.30 330.71 0.91 0.36
Hex B2 8 5B 0 60 31 1E 14B 5B 24
Octal 262 10 133 0 140 61 36 513 133 44
Binary 10110010 1000 1011011 0 1100000 110001 11110 101001011 1011011 100100

Color Harmonies of #B2085B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2085B

Black with #B2085B

Text Example


Text Example

White with #B2085B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2085B; }

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

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

background-color css

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

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

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

border-color css

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

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

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