Html Css Color HEX #B2075B Jazzberry Jam

📋 copy color: '#B2075B'

red 178 ◦ green 7 ◦ blue 91

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

Shades of Jazzberry Jam #B2075B

Tints of Jazzberry Jam #B2075B

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.54%

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

R = 64.49%
G = 2.54%
B = 32.97%

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

#B2075B (or 0xB2075B) is known color: Jazzberry Jam. HEX triplet: B2, 07 and 5B. RGB value is (178,7,91). Sum of RGB (Red+Green+Blue) = 178+7+91=276 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.49% from 276); Green value is 7 (3.12% from 255 or 2.54% from 276); Blue value is 91 (35.94% from 255 or 32.97% from 276); Max value from RGB is 178 - color contains mainly: red. Hex color #B2075B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2075B is #4DF8A4. Grayscale: #434343. Windows color (decimal): -5109925 or 5965746. OLE color: 5965746.

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

Color convert

RGB 178 7 91 -
CMYK 0 0.96 0.49 0.30
HSL 330.53º 0.92% 0.36% -
HSV(B) 330.53º 0.96% 0.7% -
XYZ 20.32 10.37 10.83 -
YUV 67.71 141.15 206.67 -
System Red Green Blue C M Y K H S L
Decimal 178 7 91 0 0.96 0.49 0.30 330.53 0.92 0.36
Hex B2 7 5B 0 60 31 1E 14B 5C 24
Octal 262 7 133 0 140 61 36 513 134 44
Binary 10110010 111 1011011 0 1100000 110001 11110 101001011 1011100 100100

Color Harmonies of #B2075B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2075B

Black with #B2075B

Text Example


Text Example

White with #B2075B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2075B; }

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

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

background-color css

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

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

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

border-color css

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

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

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