Html Css Color HEX #B2094B Jazzberry Jam

📋 copy color: '#B2094B'

red 178 ◦ green 9 ◦ blue 75

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

Shades of Jazzberry Jam #B2094B

Tints of Jazzberry Jam #B2094B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 28.63%

R = 67.94%
G = 3.44%
B = 28.63%

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

#B2094B (or 0xB2094B) is known color: Jazzberry Jam. HEX triplet: B2, 09 and 4B. RGB value is (178,9,75). Sum of RGB (Red+Green+Blue) = 178+9+75=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 9 (3.91% from 255 or 3.44% from 262); Blue value is 75 (29.69% from 255 or 28.63% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B2094B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B2094B is #4DF6B4. Grayscale: #424242. Windows color (decimal): -5109429 or 4917682. OLE color: 4917682.

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

Color convert

RGB 178 9 75 -
CMYK 0 0.95 0.58 0.30
HSL 336.57º 0.9% 0.37% -
HSV(B) 336.57º 0.95% 0.7% -
XYZ 19.73 10.17 7.58 -
YUV 67.06 132.49 207.13 -
System Red Green Blue C M Y K H S L
Decimal 178 9 75 0 0.95 0.58 0.30 336.57 0.9 0.37
Hex B2 9 4B 0 5F 3A 1E 151 5A 25
Octal 262 11 113 0 137 72 36 521 132 45
Binary 10110010 1001 1001011 0 1011111 111010 11110 101010001 1011010 100101

Color Harmonies of #B2094B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2094B

Black with #B2094B

Text Example


Text Example

White with #B2094B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2094B; }

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

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

background-color css

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

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

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

border-color css

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

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

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