Html Css Color HEX #B2005C Jazzberry Jam

📋 copy color: '#B2005C'

red 178 ◦ green 0 ◦ blue 92

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

Shades of Jazzberry Jam #B2005C

Tints of Jazzberry Jam #B2005C

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 65.93%
G = 0%
B = 34.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2005C (or 0xB2005C) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 5C. RGB value is (178,0,92). Sum of RGB (Red+Green+Blue) = 178+0+92=270 (35% of max value = 765). Red value is 178 (69.92% from 255 or 65.93% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 178 - color contains mainly: red. Hex color #B2005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2005C is #4DFFA3. Grayscale: #3F3F3F. Windows color (decimal): -5111716 or 6029490. OLE color: 6029490.

HSL color Cylindrical-coordinate representation of color #B2005C: hue angle of 328.99º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B2005C is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 92 -
CMYK 0 1 0.48 0.30
HSL 328.99º 1% 0.35% -
HSV(B) 328.99º 1% 0.7% -
XYZ 20.29 10.24 11.03 -
YUV 63.71 143.97 209.52 -
System Red Green Blue C M Y K H S L
Decimal 178 0 92 0 1 0.48 0.30 328.99 1 0.35
Hex B2 0 5C 0 64 30 1E 149 64 23
Octal 262 0 134 0 144 60 36 511 144 43
Binary 10110010 0 1011100 0 1100100 110000 11110 101001001 1100100 100011

Color Harmonies of #B2005C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2005C

Black with #B2005C

Text Example


Text Example

White with #B2005C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2005C; }

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

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

background-color css

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

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

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

border-color css

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

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

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