Html Css Color HEX #B3056D Jazzberry Jam

📋 copy color: '#B3056D'

red 179 ◦ green 5 ◦ blue 109

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

Shades of Jazzberry Jam #B3056D

Tints of Jazzberry Jam #B3056D

RGB

 RED value IS 179 (70.31% from 255) = 61.09%

 GREEN value IS 5 (2.34% from 255) = 1.71%

 BLUE value IS 109 (42.97% from 255) = 37.2%

R = 61.09%
G = 1.71%
B = 37.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.39

 K value IS 0.30

RGB Variations

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

Color information

#B3056D (or 0xB3056D) is known color: Jazzberry Jam. HEX triplet: B3, 05 and 6D. RGB value is (179,5,109). Sum of RGB (Red+Green+Blue) = 179+5+109=293 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.09% from 293); Green value is 5 (2.34% from 255 or 1.71% from 293); Blue value is 109 (42.97% from 255 or 37.20% from 293); Max value from RGB is 179 - color contains mainly: red. Hex color #B3056D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3056D is #4CFA92. Grayscale: #444444. Windows color (decimal): -5044883 or 7144883. OLE color: 7144883.

HSL color Cylindrical-coordinate representation of color #B3056D: hue angle of 324.14º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B3056D is Cyan = 0, Magento = 0.97, Yellow = 0.39 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 5 109 -
CMYK 0 0.97 0.39 0.30
HSL 324.14º 0.95% 0.36% -
HSV(B) 324.14º 0.97% 0.7% -
XYZ 21.4 10.8 15.42 -
YUV 68.88 150.65 206.54 -
System Red Green Blue C M Y K H S L
Decimal 179 5 109 0 0.97 0.39 0.30 324.14 0.95 0.36
Hex B3 5 6D 0 61 27 1E 144 5F 24
Octal 263 5 155 0 141 47 36 504 137 44
Binary 10110011 101 1101101 0 1100001 100111 11110 101000100 1011111 100100

Color Harmonies of #B3056D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3056D

Black with #B3056D

Text Example


Text Example

White with #B3056D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3056D; }

 p { color: rgb(179,5,109); }

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

background-color css

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

 a { background-color: rgb(179,5,109); }

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

border-color css

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

 span { border-color: rgb(179,5,109); }

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