Html Css Color HEX #B2005F Jazzberry Jam

📋 copy color: '#B2005F'

red 178 ◦ green 0 ◦ blue 95

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

Shades of Jazzberry Jam #B2005F

Tints of Jazzberry Jam #B2005F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 34.8%

R = 65.2%
G = 0%
B = 34.8%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2005F (or 0xB2005F) is known color: Jazzberry Jam. HEX triplet: B2, 00 and 5F. RGB value is (178,0,95). Sum of RGB (Red+Green+Blue) = 178+0+95=273 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.20% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 95 (37.5% from 255 or 34.80% from 273); Max value from RGB is 178 - color contains mainly: red. Hex color #B2005F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2005F is #4DFFA0. Grayscale: #3F3F3F. Windows color (decimal): -5111713 or 6226098. OLE color: 6226098.

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

Color convert

RGB 178 0 95 -
CMYK 0 1 0.47 0.30
HSL 327.98º 1% 0.35% -
HSV(B) 327.98º 1% 0.7% -
XYZ 20.43 10.29 11.74 -
YUV 64.05 145.47 209.28 -
System Red Green Blue C M Y K H S L
Decimal 178 0 95 0 1 0.47 0.30 327.98 1 0.35
Hex B2 0 5F 0 64 2F 1E 148 64 23
Octal 262 0 137 0 144 57 36 510 144 43
Binary 10110010 0 1011111 0 1100100 101111 11110 101001000 1100100 100011

Color Harmonies of #B2005F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2005F

Black with #B2005F

Text Example


Text Example

White with #B2005F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2005F; }

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

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

background-color css

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

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

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

border-color css

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

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

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