Html Css Color HEX #B2236B Jazzberry Jam

📋 copy color: '#B2236B'

red 178 ◦ green 35 ◦ blue 107

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

Shades of Jazzberry Jam #B2236B

Tints of Jazzberry Jam #B2236B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.94%

 BLUE value IS 107 (42.19% from 255) = 33.44%

R = 55.63%
G = 10.94%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.40

 K value IS 0.30

RGB Variations

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

Color information

#B2236B (or 0xB2236B) is known color: Jazzberry Jam. HEX triplet: B2, 23 and 6B. RGB value is (178,35,107). Sum of RGB (Red+Green+Blue) = 178+35+107=320 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.62% from 320); Green value is 35 (14.06% from 255 or 10.94% from 320); Blue value is 107 (42.19% from 255 or 33.44% from 320); Max value from RGB is 178 - color contains mainly: red. Hex color #B2236B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2236B is #4DDC94. Grayscale: #555555. Windows color (decimal): -5102741 or 7021490. OLE color: 7021490.

HSL color Cylindrical-coordinate representation of color #B2236B: hue angle of 329.79º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B2236B is Cyan = 0, Magento = 0.80, Yellow = 0.40 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 35 107 -
CMYK 0 0.80 0.40 0.30
HSL 329.79º 0.67% 0.42% -
HSV(B) 329.79º 0.8% 0.7% -
XYZ 21.61 11.73 15.03 -
YUV 85.97 139.88 193.65 -
System Red Green Blue C M Y K H S L
Decimal 178 35 107 0 0.80 0.40 0.30 329.79 0.67 0.42
Hex B2 23 6B 0 50 28 1E 14A 43 2A
Octal 262 43 153 0 120 50 36 512 103 52
Binary 10110010 100011 1101011 0 1010000 101000 11110 101001010 1000011 101010

Color Harmonies of #B2236B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2236B

Black with #B2236B

Text Example


Text Example

White with #B2236B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2236B; }

 p { color: rgb(178,35,107); }

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

background-color css

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

 a { background-color: rgb(178,35,107); }

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

border-color css

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

 span { border-color: rgb(178,35,107); }

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