Html Css Color HEX #B2205F Jazzberry Jam

📋 copy color: '#B2205F'

red 178 ◦ green 32 ◦ blue 95

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

Shades of Jazzberry Jam #B2205F

Tints of Jazzberry Jam #B2205F

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.49%

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

R = 58.36%
G = 10.49%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2205F (or 0xB2205F) is known color: Jazzberry Jam. HEX triplet: B2, 20 and 5F. RGB value is (178,32,95). Sum of RGB (Red+Green+Blue) = 178+32+95=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 32 (12.89% from 255 or 10.49% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B2205F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2205F is #4DDFA0. Grayscale: #525252. Windows color (decimal): -5103521 or 6234290. OLE color: 6234290.

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

Color convert

RGB 178 32 95 -
CMYK 0 0.82 0.47 0.30
HSL 334.11º 0.7% 0.41% -
HSV(B) 334.11º 0.82% 0.7% -
XYZ 20.94 11.32 11.91 -
YUV 82.84 134.87 195.88 -
System Red Green Blue C M Y K H S L
Decimal 178 32 95 0 0.82 0.47 0.30 334.11 0.7 0.41
Hex B2 20 5F 0 52 2F 1E 14E 46 29
Octal 262 40 137 0 122 57 36 516 106 51
Binary 10110010 100000 1011111 0 1010010 101111 11110 101001110 1000110 101001

Color Harmonies of #B2205F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2205F

Black with #B2205F

Text Example


Text Example

White with #B2205F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2205F; }

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

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

background-color css

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

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

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

border-color css

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

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

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