Html Css Color HEX #B2035E Jazzberry Jam

📋 copy color: '#B2035E'

red 178 ◦ green 3 ◦ blue 94

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

Shades of Jazzberry Jam #B2035E

Tints of Jazzberry Jam #B2035E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 64.73%
G = 1.09%
B = 34.18%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.47

 K value IS 0.30

RGB Variations

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

Color information

#B2035E (or 0xB2035E) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 5E. RGB value is (178,3,94). Sum of RGB (Red+Green+Blue) = 178+3+94=275 (36% of max value = 765). Red value is 178 (69.92% from 255 or 64.73% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 178 - color contains mainly: red. Hex color #B2035E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2035E is #4DFCA1. Grayscale: #414141. Windows color (decimal): -5110946 or 6161330. OLE color: 6161330.

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

Color convert

RGB 178 3 94 -
CMYK 0 0.98 0.47 0.30
HSL 328.8º 0.97% 0.35% -
HSV(B) 328.8º 0.98% 0.7% -
XYZ 20.41 10.34 11.51 -
YUV 65.7 143.98 208.1 -
System Red Green Blue C M Y K H S L
Decimal 178 3 94 0 0.98 0.47 0.30 328.8 0.97 0.35
Hex B2 3 5E 0 62 2F 1E 149 61 23
Octal 262 3 136 0 142 57 36 511 141 43
Binary 10110010 11 1011110 0 1100010 101111 11110 101001001 1100001 100011

Color Harmonies of #B2035E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2035E

Black with #B2035E

Text Example


Text Example

White with #B2035E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2035E; }

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

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

background-color css

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

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

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

border-color css

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

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

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