Html Css Color HEX #B2095B Jazzberry Jam

📋 copy color: '#B2095B'

red 178 ◦ green 9 ◦ blue 91

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

Shades of Jazzberry Jam #B2095B

Tints of Jazzberry Jam #B2095B

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.24%

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

R = 64.03%
G = 3.24%
B = 32.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2095B (or 0xB2095B) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 5B. RGB value is (178,9,91). Sum of RGB (Red+Green+Blue) = 178+9+91=278 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.03% from 278); Green value is 9 (3.91% from 255 or 3.24% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 178 - color contains mainly: red. Hex color #B2095B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2095B is #4DF6A4. Grayscale: #444444. Windows color (decimal): -5109413 or 5966258. OLE color: 5966258.

HSL color Cylindrical-coordinate representation of color #B2095B: hue angle of 330.89º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B2095B is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 9 91 -
CMYK 0 0.95 0.49 0.30
HSL 330.89º 0.9% 0.37% -
HSV(B) 330.89º 0.95% 0.7% -
XYZ 20.35 10.42 10.84 -
YUV 68.88 140.49 205.83 -
System Red Green Blue C M Y K H S L
Decimal 178 9 91 0 0.95 0.49 0.30 330.89 0.9 0.37
Hex B2 9 5B 0 5F 31 1E 14B 5A 25
Octal 262 11 133 0 137 61 36 513 132 45
Binary 10110010 1001 1011011 0 1011111 110001 11110 101001011 1011010 100101

Color Harmonies of #B2095B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2095B

Black with #B2095B

Text Example


Text Example

White with #B2095B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2095B; }

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

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

background-color css

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

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

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

border-color css

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

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

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