Html Css Color HEX #B2094A Jazzberry Jam

📋 copy color: '#B2094A'

red 178 ◦ green 9 ◦ blue 74

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

Shades of Jazzberry Jam #B2094A

Tints of Jazzberry Jam #B2094A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.35%

R = 68.2%
G = 3.45%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.58

 K value IS 0.30

RGB Variations

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

Color information

#B2094A (or 0xB2094A) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 4A. RGB value is (178,9,74). Sum of RGB (Red+Green+Blue) = 178+9+74=261 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.20% from 261); Green value is 9 (3.91% from 255 or 3.45% from 261); Blue value is 74 (29.30% from 255 or 28.35% from 261); Max value from RGB is 178 - color contains mainly: red. Hex color #B2094A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2094A is #4DF6B5. Grayscale: #424242. Windows color (decimal): -5109430 or 4852146. OLE color: 4852146.

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

Color convert

RGB 178 9 74 -
CMYK 0 0.95 0.58 0.30
HSL 336.92º 0.9% 0.37% -
HSV(B) 336.92º 0.95% 0.7% -
XYZ 19.69 10.15 7.4 -
YUV 66.94 131.99 207.21 -
System Red Green Blue C M Y K H S L
Decimal 178 9 74 0 0.95 0.58 0.30 336.92 0.9 0.37
Hex B2 9 4A 0 5F 3A 1E 151 5A 25
Octal 262 11 112 0 137 72 36 521 132 45
Binary 10110010 1001 1001010 0 1011111 111010 11110 101010001 1011010 100101

Color Harmonies of #B2094A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2094A

Black with #B2094A

Text Example


Text Example

White with #B2094A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2094A; }

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

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

background-color css

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

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

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

border-color css

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

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

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