Html Css Color HEX #B2085C Jazzberry Jam

📋 copy color: '#B2085C'

red 178 ◦ green 8 ◦ blue 92

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

Shades of Jazzberry Jam #B2085C

Tints of Jazzberry Jam #B2085C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 33.09%

R = 64.03%
G = 2.88%
B = 33.09%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2085C (or 0xB2085C) is known color: Jazzberry Jam. HEX triplet: B2, 08 and 5C. RGB value is (178,8,92). Sum of RGB (Red+Green+Blue) = 178+8+92=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2085C is #4DF7A3. Grayscale: #444444. Windows color (decimal): -5109668 or 6031538. OLE color: 6031538.

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

Color convert

RGB 178 8 92 -
CMYK 0 0.96 0.48 0.30
HSL 330.35º 0.91% 0.36% -
HSV(B) 330.35º 0.96% 0.7% -
XYZ 20.38 10.41 11.06 -
YUV 68.41 141.32 206.17 -
System Red Green Blue C M Y K H S L
Decimal 178 8 92 0 0.96 0.48 0.30 330.35 0.91 0.36
Hex B2 8 5C 0 60 30 1E 14A 5B 24
Octal 262 10 134 0 140 60 36 512 133 44
Binary 10110010 1000 1011100 0 1100000 110000 11110 101001010 1011011 100100

Color Harmonies of #B2085C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2085C

Black with #B2085C

Text Example


Text Example

White with #B2085C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2085C; }

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

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

background-color css

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

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

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

border-color css

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

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

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