Html Css Color HEX #B2095D Jazzberry Jam

📋 copy color: '#B2095D'

red 178 ◦ green 9 ◦ blue 93

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

Shades of Jazzberry Jam #B2095D

Tints of Jazzberry Jam #B2095D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 33.21%

R = 63.57%
G = 3.21%
B = 33.21%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.48

 K value IS 0.30

RGB Variations

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

Color information

#B2095D (or 0xB2095D) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 5D. RGB value is (178,9,93). Sum of RGB (Red+Green+Blue) = 178+9+93=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 9 (3.91% from 255 or 3.21% from 280); Blue value is 93 (36.72% from 255 or 33.21% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B2095D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2095D is #4DF6A2. Grayscale: #444444. Windows color (decimal): -5109411 or 6097330. OLE color: 6097330.

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

Color convert

RGB 178 9 93 -
CMYK 0 0.95 0.48 0.30
HSL 330.18º 0.9% 0.37% -
HSV(B) 330.18º 0.95% 0.7% -
XYZ 20.43 10.45 11.3 -
YUV 69.11 141.49 205.67 -
System Red Green Blue C M Y K H S L
Decimal 178 9 93 0 0.95 0.48 0.30 330.18 0.9 0.37
Hex B2 9 5D 0 5F 30 1E 14A 5A 25
Octal 262 11 135 0 137 60 36 512 132 45
Binary 10110010 1001 1011101 0 1011111 110000 11110 101001010 1011010 100101

Color Harmonies of #B2095D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2095D

Black with #B2095D

Text Example


Text Example

White with #B2095D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2095D; }

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

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

background-color css

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

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

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

border-color css

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

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

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