Html Css Color HEX #B5226B Jazzberry Jam

📋 copy color: '#B5226B'

red 181 ◦ green 34 ◦ blue 107

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

Shades of Jazzberry Jam #B5226B

Tints of Jazzberry Jam #B5226B

RGB

 RED value IS 181 (71.09% from 255) = 56.21%

 GREEN value IS 34 (13.67% from 255) = 10.56%

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

R = 56.21%
G = 10.56%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B5226B (or 0xB5226B) is known color: Jazzberry Jam. HEX triplet: B5, 22 and 6B. RGB value is (181,34,107). Sum of RGB (Red+Green+Blue) = 181+34+107=322 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.21% from 322); Green value is 34 (13.67% from 255 or 10.56% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 181 - color contains mainly: red. Hex color #B5226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5226B is #4ADD94. Grayscale: #565656. Windows color (decimal): -4906389 or 7021237. OLE color: 7021237.

HSL color Cylindrical-coordinate representation of color #B5226B: hue angle of 330.2º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5226B is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 181 34 107 -
CMYK 0 0.81 0.41 0.29
HSL 330.2º 0.68% 0.42% -
HSV(B) 330.2º 0.81% 0.71% -
XYZ 22.28 12.03 15.06 -
YUV 86.28 139.7 195.56 -
System Red Green Blue C M Y K H S L
Decimal 181 34 107 0 0.81 0.41 0.29 330.2 0.68 0.42
Hex B5 22 6B 0 51 29 1D 14A 44 2A
Octal 265 42 153 0 121 51 35 512 104 52
Binary 10110101 100010 1101011 0 1010001 101001 11101 101001010 1000100 101010

Color Harmonies of #B5226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5226B

Black with #B5226B

Text Example


Text Example

White with #B5226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5226B; }

 p { color: rgb(181,34,107); }

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

background-color css

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

 a { background-color: rgb(181,34,107); }

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

border-color css

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

 span { border-color: rgb(181,34,107); }

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