Html Css Color HEX #B4226B Jazzberry Jam

📋 copy color: '#B4226B'

red 180 ◦ green 34 ◦ blue 107

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

Shades of Jazzberry Jam #B4226B

Tints of Jazzberry Jam #B4226B

RGB

 RED value IS 180 (70.7% from 255) = 56.07%

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

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

R = 56.07%
G = 10.59%
B = 33.33%

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

#B4226B (or 0xB4226B) is known color: Jazzberry Jam. HEX triplet: B4, 22 and 6B. RGB value is (180,34,107). Sum of RGB (Red+Green+Blue) = 180+34+107=321 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.07% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 107 (42.19% from 255 or 33.33% from 321); Max value from RGB is 180 - color contains mainly: red. Hex color #B4226B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4226B is #4BDD94. Grayscale: #555555. Windows color (decimal): -4971925 or 7021236. OLE color: 7021236.

HSL color Cylindrical-coordinate representation of color #B4226B: hue angle of 330º 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 #B4226B is Cyan = 0, Magento = 0.81, Yellow = 0.41 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 34 107 -
CMYK 0 0.81 0.41 0.29
HSL 330º 0.68% 0.42% -
HSV(B) 330º 0.81% 0.71% -
XYZ 22.05 11.91 15.05 -
YUV 85.98 139.87 195.06 -
System Red Green Blue C M Y K H S L
Decimal 180 34 107 0 0.81 0.41 0.29 330 0.68 0.42
Hex B4 22 6B 0 51 29 1D 14A 44 2A
Octal 264 42 153 0 121 51 35 512 104 52
Binary 10110100 100010 1101011 0 1010001 101001 11101 101001010 1000100 101010

Color Harmonies of #B4226B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4226B

Black with #B4226B

Text Example


Text Example

White with #B4226B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4226B; }

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

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

background-color css

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

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

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

border-color css

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

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

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