Html Css Color HEX #B4246B Jazzberry Jam

📋 copy color: '#B4246B'

red 180 ◦ green 36 ◦ blue 107

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

Shades of Jazzberry Jam #B4246B

Tints of Jazzberry Jam #B4246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.15%

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

R = 55.73%
G = 11.15%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4246B (or 0xB4246B) is known color: Jazzberry Jam. HEX triplet: B4, 24 and 6B. RGB value is (180,36,107). Sum of RGB (Red+Green+Blue) = 180+36+107=323 (42% of max value = 765). Red value is 180 (70.70% from 255 or 55.73% from 323); Green value is 36 (14.45% from 255 or 11.15% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 180 - color contains mainly: red. Hex color #B4246B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4246B is #4BDB94. Grayscale: #575757. Windows color (decimal): -4971413 or 7021748. OLE color: 7021748.

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

Color convert

RGB 180 36 107 -
CMYK 0 0.8 0.41 0.29
HSL 330.42º 0.67% 0.42% -
HSV(B) 330.42º 0.8% 0.71% -
XYZ 22.11 12.03 15.07 -
YUV 87.15 139.21 194.23 -
System Red Green Blue C M Y K H S L
Decimal 180 36 107 0 0.8 0.41 0.29 330.42 0.67 0.42
Hex B4 24 6B 0 50 29 1D 14A 43 2A
Octal 264 44 153 0 120 51 35 512 103 52
Binary 10110100 100100 1101011 0 1010000 101001 11101 101001010 1000011 101010

Color Harmonies of #B4246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4246B

Black with #B4246B

Text Example


Text Example

White with #B4246B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4246B; }

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

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

background-color css

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

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

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

border-color css

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

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

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