Html Css Color HEX #B4046B Jazzberry Jam

📋 copy color: '#B4046B'

red 180 ◦ green 4 ◦ blue 107

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

Shades of Jazzberry Jam #B4046B

Tints of Jazzberry Jam #B4046B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.37%

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

R = 61.86%
G = 1.37%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.41

 K value IS 0.29

RGB Variations

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

Color information

#B4046B (or 0xB4046B) is known color: Jazzberry Jam. HEX triplet: B4, 04 and 6B. RGB value is (180,4,107). Sum of RGB (Red+Green+Blue) = 180+4+107=291 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.86% from 291); Green value is 4 (1.95% from 255 or 1.37% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 180 - color contains mainly: red. Hex color #B4046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4046B is #4BFB94. Grayscale: #444444. Windows color (decimal): -4979605 or 7013556. OLE color: 7013556.

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

Color convert

RGB 180 4 107 -
CMYK 0 0.98 0.41 0.29
HSL 324.89º 0.96% 0.36% -
HSV(B) 324.89º 0.98% 0.71% -
XYZ 21.52 10.85 14.87 -
YUV 68.37 149.81 207.62 -
System Red Green Blue C M Y K H S L
Decimal 180 4 107 0 0.98 0.41 0.29 324.89 0.96 0.36
Hex B4 4 6B 0 62 29 1D 145 60 24
Octal 264 4 153 0 142 51 35 505 140 44
Binary 10110100 100 1101011 0 1100010 101001 11101 101000101 1100000 100100

Color Harmonies of #B4046B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4046B

Black with #B4046B

Text Example


Text Example

White with #B4046B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4046B; }

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

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

background-color css

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

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

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

border-color css

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

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

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