Html Css Color HEX #B2035B Jazzberry Jam

📋 copy color: '#B2035B'

red 178 ◦ green 3 ◦ blue 91

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

Shades of Jazzberry Jam #B2035B

Tints of Jazzberry Jam #B2035B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 33.46%

R = 65.44%
G = 1.1%
B = 33.46%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#B2035B (or 0xB2035B) is known color: Jazzberry Jam. HEX triplet: B2, 03 and 5B. RGB value is (178,3,91). Sum of RGB (Red+Green+Blue) = 178+3+91=272 (36% of max value = 765). Red value is 178 (69.92% from 255 or 65.44% from 272); Green value is 3 (1.56% from 255 or 1.10% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 178 - color contains mainly: red. Hex color #B2035B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B2035B is #4DFCA4. Grayscale: #414141. Windows color (decimal): -5110949 or 5964722. OLE color: 5964722.

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

Color convert

RGB 178 3 91 -
CMYK 0 0.98 0.49 0.30
HSL 329.83º 0.97% 0.35% -
HSV(B) 329.83º 0.98% 0.7% -
XYZ 20.28 10.29 10.81 -
YUV 65.36 142.48 208.34 -
System Red Green Blue C M Y K H S L
Decimal 178 3 91 0 0.98 0.49 0.30 329.83 0.97 0.35
Hex B2 3 5B 0 62 31 1E 14A 61 23
Octal 262 3 133 0 142 61 36 512 141 43
Binary 10110010 11 1011011 0 1100010 110001 11110 101001010 1100001 100011

Color Harmonies of #B2035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2035B

Black with #B2035B

Text Example


Text Example

White with #B2035B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2035B; }

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

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

background-color css

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

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

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

border-color css

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

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

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