Html Css Color HEX #B2034F Jazzberry Jam

📋 copy color: '#B2034F'

red 178 ◦ green 3 ◦ blue 79

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

Shades of Jazzberry Jam #B2034F

Tints of Jazzberry Jam #B2034F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.15%

 BLUE value IS 79 (31.25% from 255) = 30.38%

R = 68.46%
G = 1.15%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.56

 K value IS 0.30

RGB Variations

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

Color information

#B2034F (or 0xB2034F) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 4F. RGB value is (178,3,79). Sum of RGB (Red+Green+Blue) = 178+3+79=260 (34% of max value = 765). Red value is 178 (69.92% from 255 or 68.46% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 178 - color contains mainly: red. Hex color #B2034F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2034F is #4DFCB0. Grayscale: #3F3F3F. Windows color (decimal): -5110961 or 5178290. OLE color: 5178290.

HSL color Cylindrical-coordinate representation of color #B2034F: hue angle of 333.94º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B2034F is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 3 79 -
CMYK 0 0.98 0.56 0.30
HSL 333.94º 0.97% 0.35% -
HSV(B) 333.94º 0.98% 0.7% -
XYZ 19.8 10.09 8.3 -
YUV 63.99 136.48 209.32 -
System Red Green Blue C M Y K H S L
Decimal 178 3 79 0 0.98 0.56 0.30 333.94 0.97 0.35
Hex B2 3 4F 0 62 38 1E 14E 61 23
Octal 262 3 117 0 142 70 36 516 141 43
Binary 10110010 11 1001111 0 1100010 111000 11110 101001110 1100001 100011

Color Harmonies of #B2034F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2034F

Black with #B2034F

Text Example


Text Example

White with #B2034F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2034F; }

 p { color: rgb(178,3,79); }

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

background-color css

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

 a { background-color: rgb(178,3,79); }

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

border-color css

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

 span { border-color: rgb(178,3,79); }

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