Html Css Color HEX #B3066F Jazzberry Jam

📋 copy color: '#B3066F'

red 179 ◦ green 6 ◦ blue 111

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

Shades of Jazzberry Jam #B3066F

Tints of Jazzberry Jam #B3066F

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.03%

 BLUE value IS 111 (43.75% from 255) = 37.5%

R = 60.47%
G = 2.03%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.38

 K value IS 0.30

RGB Variations

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

Color information

#B3066F (or 0xB3066F) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 6F. RGB value is (179,6,111). Sum of RGB (Red+Green+Blue) = 179+6+111=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 6 (2.73% from 255 or 2.03% from 296); Blue value is 111 (43.75% from 255 or 37.5% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B3066F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3066F is #4CF990. Grayscale: #454545. Windows color (decimal): -5044625 or 7276211. OLE color: 7276211.

HSL color Cylindrical-coordinate representation of color #B3066F: hue angle of 323.58º degrees, saturation: 0.94, 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 #B3066F is Cyan = 0, Magento = 0.97, Yellow = 0.38 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 6 111 -
CMYK 0 0.97 0.38 0.30
HSL 323.58º 0.94% 0.36% -
HSV(B) 323.58º 0.97% 0.7% -
XYZ 21.52 10.86 16 -
YUV 69.7 151.31 205.96 -
System Red Green Blue C M Y K H S L
Decimal 179 6 111 0 0.97 0.38 0.30 323.58 0.94 0.36
Hex B3 6 6F 0 61 26 1E 144 5E 24
Octal 263 6 157 0 141 46 36 504 136 44
Binary 10110011 110 1101111 0 1100001 100110 11110 101000100 1011110 100100

Color Harmonies of #B3066F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3066F

Black with #B3066F

Text Example


Text Example

White with #B3066F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3066F; }

 p { color: rgb(179,6,111); }

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

background-color css

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

 a { background-color: rgb(179,6,111); }

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

border-color css

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

 span { border-color: rgb(179,6,111); }

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